Shades of Purple Heart #6002C5
Tints of Purple Heart #6002C5
RGB
CMYK
RGB Variations
Color information
#6002C5 (or 0x6002C5) is known color: Purple Heart. HEX triplet: 60, 02 and C5. RGB value is (96,2,197). Sum of RGB (Red+Green+Blue) = 96+2+197=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 197 (77.34% from 255 or 66.78% from 295); Max value from RGB is 197 - color contains mainly: blue. Hex color #6002C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6002C5 is #9FFD3A. Grayscale: #333333. Windows color (decimal): -10485051 or 12911200. OLE color: 12911200.
HSL color Cylindrical-coordinate representation of color #6002C5: hue angle of 268.92º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6002C5 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 2 | 197 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.23 |
| HSL | 268.92º | 0.98% | 0.39% | - |
| HSV(B) | 268.92º | 0.99% | 0.77% | - |
| XYZ | 14.92 | 6.56 | 53.3 | - |
| YUV | 52.34 | 209.64 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 197 | 0.51 | 0.99 | 0 | 0.23 | 268.92 | 0.98 | 0.39 |
| Hex | 60 | 2 | C5 | 33 | 63 | 0 | 17 | 10D | 62 | 27 |
| Octal | 140 | 2 | 305 | 63 | 143 | 0 | 27 | 415 | 142 | 47 |
| Binary | 1100000 | 10 | 11000101 | 110011 | 1100011 | 0 | 10111 | 100001101 | 1100010 | 100111 |
Color Harmonies of #6002C5
Complementary color
Monochromatic Colors of #6002C5
Black with #6002C5
Text Example
Text Example
White with #6002C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6002C5; }
p { color: rgb(96,2,197); }
H1.HeaderClassName
{
color: #6002C5;
}
.AnyTagClassName
{
color: #6002C5;
}
</style>
background-color css
<style>
a { background-color: #6002C5; }
a { background-color: rgb(96,2,197); }
div.DivClassName
{
background-color: #6002C5;
}
.BgClassName
{
background-color: #6002C5;
}
</style>
border-color css
<style>
span { border-color: #6002C5; }
span { border-color: rgb(96,2,197); }
td.TdClassName
{
border-color: #6002C5;
}
.TagClassName
{
border-color: #6002C5;
}
</style>