#6139BE

Color #6139BE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6139BE

Tints of Purple Heart #6139BE

Color information

#6139BE (or 0x6139BE) is unknown color: approx Purple Heart. HEX triplet: 61, 39 and BE. RGB value is (97,57,190). Sum of RGB (Red+Green+Blue) = 97+57+190=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #6139BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6139BE is #9EC641. Grayscale: #535353. Windows color (decimal): -10405442 or 12466529. OLE color: 12466529.

HSL color Cylindrical-coordinate representation of color #6139BE: hue angle of 258.05º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6139BE is Cyan = 0.49, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9757190-
CMYK0.490.700.25
HSL258.05º53.85%48.43%-
HSV(B)258.05º70%74.51%-
XYZ15.699.1949.66-
YUV84.12187.75137.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 28.20%
GREEN value IS 57 (22.66% from 255) = 16.57%
BLUE value IS 190 (74.61% from 255) = 55.23%
R=28.20%
G=16.57%
B=55.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97571900.490.700.25258.0553.8548.43
Hex6139BE31460191023630
Octal14171276611060314026660
Binary1100001111001101111101100011000110011001100000010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6139BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6139BE; }

 p { color: rgb(97,57,190); }

 H1.HeaderClassName
 {
   color: #6139BE;
 }
 .AnyTagClassName
 {
   color: #6139BE;
 }
</style>
background-color css

<style>
 a { background-color: #6139BE; }

 a { background-color: rgb(97,57,190); }

 div.DivClassName
 {
   background-color: #6139BE;
 }
 .BgClassName
 {
   background-color: #6139BE;
 }
</style>
border-color css

<style>
 span { border-color: #6139BE; }

 span { border-color: rgb(97,57,190); }

 td.TdClassName
 {
   border-color: #6139BE;
 }
 .TagClassName
 {
   border-color: #6139BE;
 }
</style>