Shades of Purple Heart #6019DA
Tints of Purple Heart #6019DA
RGB
CMYK
RGB Variations
Color information
#6019DA (or 0x6019DA) is known color: Purple Heart. HEX triplet: 60, 19 and DA. RGB value is (96,25,218). Sum of RGB (Red+Green+Blue) = 96+25+218=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 218 (85.55% from 255 or 64.31% from 339); Max value from RGB is 218 - color contains mainly: blue. Hex color #6019DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6019DA is #9FE625. Grayscale: #434343. Windows color (decimal): -10479142 or 14293344. OLE color: 14293344.
HSL color Cylindrical-coordinate representation of color #6019DA: hue angle of 262.07º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6019DA is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 25 | 218 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.15 |
| HSL | 262.07º | 0.79% | 0.48% | - |
| HSV(B) | 262.07º | 0.89% | 0.85% | - |
| XYZ | 17.83 | 8.24 | 66.98 | - |
| YUV | 68.23 | 212.52 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 218 | 0.56 | 0.89 | 0 | 0.15 | 262.07 | 0.79 | 0.48 |
| Hex | 60 | 19 | DA | 38 | 59 | 0 | F | 106 | 4F | 30 |
| Octal | 140 | 31 | 332 | 70 | 131 | 0 | 17 | 406 | 117 | 60 |
| Binary | 1100000 | 11001 | 11011010 | 111000 | 1011001 | 0 | 1111 | 100000110 | 1001111 | 110000 |
Color Harmonies of #6019DA
Complementary color
Monochromatic Colors of #6019DA
Black with #6019DA
Text Example
Text Example
White with #6019DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6019DA; }
p { color: rgb(96,25,218); }
H1.HeaderClassName
{
color: #6019DA;
}
.AnyTagClassName
{
color: #6019DA;
}
</style>
background-color css
<style>
a { background-color: #6019DA; }
a { background-color: rgb(96,25,218); }
div.DivClassName
{
background-color: #6019DA;
}
.BgClassName
{
background-color: #6019DA;
}
</style>
border-color css
<style>
span { border-color: #6019DA; }
span { border-color: rgb(96,25,218); }
td.TdClassName
{
border-color: #6019DA;
}
.TagClassName
{
border-color: #6019DA;
}
</style>