Shades of Purple Heart #602CC9
Tints of Purple Heart #602CC9
RGB
CMYK
RGB Variations
Color information
#602CC9 (or 0x602CC9) is known color: Purple Heart. HEX triplet: 60, 2C and C9. RGB value is (96,44,201). Sum of RGB (Red+Green+Blue) = 96+44+201=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 201 (78.91% from 255 or 58.94% from 341); Max value from RGB is 201 - color contains mainly: blue. Hex color #602CC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602CC9 is #9FD336. Grayscale: #4C4C4C. Windows color (decimal): -10474295 or 13184096. OLE color: 13184096.
HSL color Cylindrical-coordinate representation of color #602CC9: hue angle of 259.87º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602CC9 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 44 | 201 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.21 |
| HSL | 259.87º | 0.64% | 0.48% | - |
| HSV(B) | 259.87º | 0.78% | 0.79% | - |
| XYZ | 16.27 | 8.51 | 56.04 | - |
| YUV | 77.45 | 197.73 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 201 | 0.52 | 0.78 | 0 | 0.21 | 259.87 | 0.64 | 0.48 |
| Hex | 60 | 2C | C9 | 34 | 4E | 0 | 15 | 104 | 40 | 30 |
| Octal | 140 | 54 | 311 | 64 | 116 | 0 | 25 | 404 | 100 | 60 |
| Binary | 1100000 | 101100 | 11001001 | 110100 | 1001110 | 0 | 10101 | 100000100 | 1000000 | 110000 |
Color Harmonies of #602CC9
Complementary color
Monochromatic Colors of #602CC9
Black with #602CC9
Text Example
Text Example
White with #602CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602CC9; }
p { color: rgb(96,44,201); }
H1.HeaderClassName
{
color: #602CC9;
}
.AnyTagClassName
{
color: #602CC9;
}
</style>
background-color css
<style>
a { background-color: #602CC9; }
a { background-color: rgb(96,44,201); }
div.DivClassName
{
background-color: #602CC9;
}
.BgClassName
{
background-color: #602CC9;
}
</style>
border-color css
<style>
span { border-color: #602CC9; }
span { border-color: rgb(96,44,201); }
td.TdClassName
{
border-color: #602CC9;
}
.TagClassName
{
border-color: #602CC9;
}
</style>