Shades of Purple Heart #6019BE
Tints of Purple Heart #6019BE
RGB
CMYK
RGB Variations
Color information
#6019BE (or 0x6019BE) is known color: Purple Heart. HEX triplet: 60, 19 and BE. RGB value is (96,25,190). Sum of RGB (Red+Green+Blue) = 96+25+190=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 190 (74.61% from 255 or 61.09% from 311); Max value from RGB is 190 - color contains mainly: blue. Hex color #6019BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6019BE is #9FE641. Grayscale: #404040. Windows color (decimal): -10479170 or 12458336. OLE color: 12458336.
HSL color Cylindrical-coordinate representation of color #6019BE: hue angle of 265.82º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6019BE is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 25 | 190 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.25 |
| HSL | 265.82º | 0.77% | 0.42% | - |
| HSV(B) | 265.82º | 0.87% | 0.75% | - |
| XYZ | 14.47 | 6.9 | 49.28 | - |
| YUV | 65.04 | 198.52 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 190 | 0.49 | 0.87 | 0 | 0.25 | 265.82 | 0.77 | 0.42 |
| Hex | 60 | 19 | BE | 31 | 57 | 0 | 19 | 10A | 4D | 2A |
| Octal | 140 | 31 | 276 | 61 | 127 | 0 | 31 | 412 | 115 | 52 |
| Binary | 1100000 | 11001 | 10111110 | 110001 | 1010111 | 0 | 11001 | 100001010 | 1001101 | 101010 |
Color Harmonies of #6019BE
Complementary color
Monochromatic Colors of #6019BE
Black with #6019BE
Text Example
Text Example
White with #6019BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6019BE; }
p { color: rgb(96,25,190); }
H1.HeaderClassName
{
color: #6019BE;
}
.AnyTagClassName
{
color: #6019BE;
}
</style>
background-color css
<style>
a { background-color: #6019BE; }
a { background-color: rgb(96,25,190); }
div.DivClassName
{
background-color: #6019BE;
}
.BgClassName
{
background-color: #6019BE;
}
</style>
border-color css
<style>
span { border-color: #6019BE; }
span { border-color: rgb(96,25,190); }
td.TdClassName
{
border-color: #6019BE;
}
.TagClassName
{
border-color: #6019BE;
}
</style>