Shades of Purple Heart #602BBB
Tints of Purple Heart #602BBB
RGB
CMYK
RGB Variations
Color information
#602BBB (or 0x602BBB) is known color: Purple Heart. HEX triplet: 60, 2B and BB. RGB value is (96,43,187). Sum of RGB (Red+Green+Blue) = 96+43+187=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #602BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602BBB is #9FD444. Grayscale: #4A4A4A. Windows color (decimal): -10474565 or 12266336. OLE color: 12266336.
HSL color Cylindrical-coordinate representation of color #602BBB: hue angle of 262.08º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #602BBB is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 43 | 187 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.27 |
| HSL | 262.08º | 0.63% | 0.45% | - |
| HSV(B) | 262.08º | 0.77% | 0.73% | - |
| XYZ | 14.66 | 7.8 | 47.75 | - |
| YUV | 75.26 | 191.06 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 187 | 0.49 | 0.77 | 0 | 0.27 | 262.08 | 0.63 | 0.45 |
| Hex | 60 | 2B | BB | 31 | 4D | 0 | 1B | 106 | 3F | 2D |
| Octal | 140 | 53 | 273 | 61 | 115 | 0 | 33 | 406 | 77 | 55 |
| Binary | 1100000 | 101011 | 10111011 | 110001 | 1001101 | 0 | 11011 | 100000110 | 111111 | 101101 |
Color Harmonies of #602BBB
Complementary color
Monochromatic Colors of #602BBB
Black with #602BBB
Text Example
Text Example
White with #602BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602BBB; }
p { color: rgb(96,43,187); }
H1.HeaderClassName
{
color: #602BBB;
}
.AnyTagClassName
{
color: #602BBB;
}
</style>
background-color css
<style>
a { background-color: #602BBB; }
a { background-color: rgb(96,43,187); }
div.DivClassName
{
background-color: #602BBB;
}
.BgClassName
{
background-color: #602BBB;
}
</style>
border-color css
<style>
span { border-color: #602BBB; }
span { border-color: rgb(96,43,187); }
td.TdClassName
{
border-color: #602BBB;
}
.TagClassName
{
border-color: #602BBB;
}
</style>