Shades of Purple Heart #6019DC
Tints of Purple Heart #6019DC
RGB
CMYK
RGB Variations
Color information
#6019DC (or 0x6019DC) is known color: Purple Heart. HEX triplet: 60, 19 and DC. RGB value is (96,25,220). Sum of RGB (Red+Green+Blue) = 96+25+220=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #6019DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6019DC is #9FE623. Grayscale: #434343. Windows color (decimal): -10479140 or 14424416. OLE color: 14424416.
HSL color Cylindrical-coordinate representation of color #6019DC: hue angle of 261.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6019DC is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 25 | 220 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.14 |
| HSL | 261.85º | 0.8% | 0.48% | - |
| HSV(B) | 261.85º | 0.89% | 0.86% | - |
| XYZ | 18.09 | 8.35 | 68.37 | - |
| YUV | 68.46 | 213.52 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 220 | 0.56 | 0.89 | 0 | 0.14 | 261.85 | 0.8 | 0.48 |
| Hex | 60 | 19 | DC | 38 | 59 | 0 | E | 106 | 50 | 30 |
| Octal | 140 | 31 | 334 | 70 | 131 | 0 | 16 | 406 | 120 | 60 |
| Binary | 1100000 | 11001 | 11011100 | 111000 | 1011001 | 0 | 1110 | 100000110 | 1010000 | 110000 |
Color Harmonies of #6019DC
Complementary color
Monochromatic Colors of #6019DC
Black with #6019DC
Text Example
Text Example
White with #6019DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6019DC; }
p { color: rgb(96,25,220); }
H1.HeaderClassName
{
color: #6019DC;
}
.AnyTagClassName
{
color: #6019DC;
}
</style>
background-color css
<style>
a { background-color: #6019DC; }
a { background-color: rgb(96,25,220); }
div.DivClassName
{
background-color: #6019DC;
}
.BgClassName
{
background-color: #6019DC;
}
</style>
border-color css
<style>
span { border-color: #6019DC; }
span { border-color: rgb(96,25,220); }
td.TdClassName
{
border-color: #6019DC;
}
.TagClassName
{
border-color: #6019DC;
}
</style>