Shades of Purple Heart #6002CA
Tints of Purple Heart #6002CA
RGB
CMYK
RGB Variations
Color information
#6002CA (or 0x6002CA) is known color: Purple Heart. HEX triplet: 60, 02 and CA. RGB value is (96,2,202). Sum of RGB (Red+Green+Blue) = 96+2+202=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 202 (79.30% from 255 or 67.33% from 300); Max value from RGB is 202 - color contains mainly: blue. Hex color #6002CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6002CA is #9FFD35. Grayscale: #343434. Windows color (decimal): -10485046 or 13238880. OLE color: 13238880.
HSL color Cylindrical-coordinate representation of color #6002CA: hue angle of 268.2º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6002CA is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 2 | 202 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.21 |
| HSL | 268.2º | 0.98% | 0.4% | - |
| HSV(B) | 268.2º | 0.99% | 0.79% | - |
| XYZ | 15.51 | 6.79 | 56.37 | - |
| YUV | 52.91 | 212.14 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 202 | 0.52 | 0.99 | 0 | 0.21 | 268.2 | 0.98 | 0.4 |
| Hex | 60 | 2 | CA | 34 | 63 | 0 | 15 | 10C | 62 | 28 |
| Octal | 140 | 2 | 312 | 64 | 143 | 0 | 25 | 414 | 142 | 50 |
| Binary | 1100000 | 10 | 11001010 | 110100 | 1100011 | 0 | 10101 | 100001100 | 1100010 | 101000 |
Color Harmonies of #6002CA
Complementary color
Monochromatic Colors of #6002CA
Black with #6002CA
Text Example
Text Example
White with #6002CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6002CA; }
p { color: rgb(96,2,202); }
H1.HeaderClassName
{
color: #6002CA;
}
.AnyTagClassName
{
color: #6002CA;
}
</style>
background-color css
<style>
a { background-color: #6002CA; }
a { background-color: rgb(96,2,202); }
div.DivClassName
{
background-color: #6002CA;
}
.BgClassName
{
background-color: #6002CA;
}
</style>
border-color css
<style>
span { border-color: #6002CA; }
span { border-color: rgb(96,2,202); }
td.TdClassName
{
border-color: #6002CA;
}
.TagClassName
{
border-color: #6002CA;
}
</style>