Shades of Purple Heart #602ABB
Tints of Purple Heart #602ABB
RGB
CMYK
RGB Variations
Color information
#602ABB (or 0x602ABB) is known color: Purple Heart. HEX triplet: 60, 2A and BB. RGB value is (96,42,187). Sum of RGB (Red+Green+Blue) = 96+42+187=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #602ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602ABB is #9FD544. Grayscale: #4A4A4A. Windows color (decimal): -10474821 or 12266080. OLE color: 12266080.
HSL color Cylindrical-coordinate representation of color #602ABB: hue angle of 262.34º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602ABB is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 42 | 187 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.27 |
| HSL | 262.34º | 0.63% | 0.45% | - |
| HSV(B) | 262.34º | 0.78% | 0.73% | - |
| XYZ | 14.62 | 7.73 | 47.74 | - |
| YUV | 74.68 | 191.39 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 42 | 187 | 0.49 | 0.78 | 0 | 0.27 | 262.34 | 0.63 | 0.45 |
| Hex | 60 | 2A | BB | 31 | 4E | 0 | 1B | 106 | 3F | 2D |
| Octal | 140 | 52 | 273 | 61 | 116 | 0 | 33 | 406 | 77 | 55 |
| Binary | 1100000 | 101010 | 10111011 | 110001 | 1001110 | 0 | 11011 | 100000110 | 111111 | 101101 |
Color Harmonies of #602ABB
Complementary color
Monochromatic Colors of #602ABB
Black with #602ABB
Text Example
Text Example
White with #602ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602ABB; }
p { color: rgb(96,42,187); }
H1.HeaderClassName
{
color: #602ABB;
}
.AnyTagClassName
{
color: #602ABB;
}
</style>
background-color css
<style>
a { background-color: #602ABB; }
a { background-color: rgb(96,42,187); }
div.DivClassName
{
background-color: #602ABB;
}
.BgClassName
{
background-color: #602ABB;
}
</style>
border-color css
<style>
span { border-color: #602ABB; }
span { border-color: rgb(96,42,187); }
td.TdClassName
{
border-color: #602ABB;
}
.TagClassName
{
border-color: #602ABB;
}
</style>