Shades of Purple Heart #602BBC
Tints of Purple Heart #602BBC
RGB
CMYK
RGB Variations
Color information
#602BBC (or 0x602BBC) is known color: Purple Heart. HEX triplet: 60, 2B and BC. RGB value is (96,43,188). Sum of RGB (Red+Green+Blue) = 96+43+188=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #602BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602BBC is #9FD443. Grayscale: #4A4A4A. Windows color (decimal): -10474564 or 12331872. OLE color: 12331872.
HSL color Cylindrical-coordinate representation of color #602BBC: hue angle of 261.93º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #602BBC is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 43 | 188 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.26 |
| HSL | 261.93º | 0.63% | 0.45% | - |
| HSV(B) | 261.93º | 0.77% | 0.74% | - |
| XYZ | 14.76 | 7.85 | 48.31 | - |
| YUV | 75.38 | 191.56 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 188 | 0.49 | 0.77 | 0 | 0.26 | 261.93 | 0.63 | 0.45 |
| Hex | 60 | 2B | BC | 31 | 4D | 0 | 1A | 106 | 3F | 2D |
| Octal | 140 | 53 | 274 | 61 | 115 | 0 | 32 | 406 | 77 | 55 |
| Binary | 1100000 | 101011 | 10111100 | 110001 | 1001101 | 0 | 11010 | 100000110 | 111111 | 101101 |
Color Harmonies of #602BBC
Complementary color
Monochromatic Colors of #602BBC
Black with #602BBC
Text Example
Text Example
White with #602BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602BBC; }
p { color: rgb(96,43,188); }
H1.HeaderClassName
{
color: #602BBC;
}
.AnyTagClassName
{
color: #602BBC;
}
</style>
background-color css
<style>
a { background-color: #602BBC; }
a { background-color: rgb(96,43,188); }
div.DivClassName
{
background-color: #602BBC;
}
.BgClassName
{
background-color: #602BBC;
}
</style>
border-color css
<style>
span { border-color: #602BBC; }
span { border-color: rgb(96,43,188); }
td.TdClassName
{
border-color: #602BBC;
}
.TagClassName
{
border-color: #602BBC;
}
</style>