Shades of Purple Heart #602CC8
Tints of Purple Heart #602CC8
RGB
CMYK
RGB Variations
Color information
#602CC8 (or 0x602CC8) is known color: Purple Heart. HEX triplet: 60, 2C and C8. RGB value is (96,44,200). Sum of RGB (Red+Green+Blue) = 96+44+200=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 200 (78.52% from 255 or 58.82% from 340); Max value from RGB is 200 - color contains mainly: blue. Hex color #602CC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602CC8 is #9FD337. Grayscale: #4C4C4C. Windows color (decimal): -10474296 or 13118560. OLE color: 13118560.
HSL color Cylindrical-coordinate representation of color #602CC8: hue angle of 260º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602CC8 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 44 | 200 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.22 |
| HSL | 260º | 0.64% | 0.48% | - |
| HSV(B) | 260º | 0.78% | 0.78% | - |
| XYZ | 16.15 | 8.46 | 55.43 | - |
| YUV | 77.33 | 197.23 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 200 | 0.52 | 0.78 | 0 | 0.22 | 260 | 0.64 | 0.48 |
| Hex | 60 | 2C | C8 | 34 | 4E | 0 | 16 | 104 | 40 | 30 |
| Octal | 140 | 54 | 310 | 64 | 116 | 0 | 26 | 404 | 100 | 60 |
| Binary | 1100000 | 101100 | 11001000 | 110100 | 1001110 | 0 | 10110 | 100000100 | 1000000 | 110000 |
Color Harmonies of #602CC8
Complementary color
Monochromatic Colors of #602CC8
Black with #602CC8
Text Example
Text Example
White with #602CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602CC8; }
p { color: rgb(96,44,200); }
H1.HeaderClassName
{
color: #602CC8;
}
.AnyTagClassName
{
color: #602CC8;
}
</style>
background-color css
<style>
a { background-color: #602CC8; }
a { background-color: rgb(96,44,200); }
div.DivClassName
{
background-color: #602CC8;
}
.BgClassName
{
background-color: #602CC8;
}
</style>
border-color css
<style>
span { border-color: #602CC8; }
span { border-color: rgb(96,44,200); }
td.TdClassName
{
border-color: #602CC8;
}
.TagClassName
{
border-color: #602CC8;
}
</style>