Shades of Purple Heart #602CB6
Tints of Purple Heart #602CB6
RGB
CMYK
RGB Variations
Color information
#602CB6 (or 0x602CB6) is known color: Purple Heart. HEX triplet: 60, 2C and B6. RGB value is (96,44,182). Sum of RGB (Red+Green+Blue) = 96+44+182=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 182 (71.48% from 255 or 56.52% from 322); Max value from RGB is 182 - color contains mainly: blue. Hex color #602CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602CB6 is #9FD349. Grayscale: #4A4A4A. Windows color (decimal): -10474314 or 11938912. OLE color: 11938912.
HSL color Cylindrical-coordinate representation of color #602CB6: hue angle of 262.61º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #602CB6 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 44 | 182 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.29 |
| HSL | 262.61º | 0.61% | 0.44% | - |
| HSV(B) | 262.61º | 0.76% | 0.71% | - |
| XYZ | 14.17 | 7.67 | 44.99 | - |
| YUV | 75.28 | 188.23 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 182 | 0.47 | 0.76 | 0 | 0.29 | 262.61 | 0.61 | 0.44 |
| Hex | 60 | 2C | B6 | 2F | 4C | 0 | 1D | 107 | 3D | 2C |
| Octal | 140 | 54 | 266 | 57 | 114 | 0 | 35 | 407 | 75 | 54 |
| Binary | 1100000 | 101100 | 10110110 | 101111 | 1001100 | 0 | 11101 | 100000111 | 111101 | 101100 |
Color Harmonies of #602CB6
Complementary color
Monochromatic Colors of #602CB6
Black with #602CB6
Text Example
Text Example
White with #602CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602CB6; }
p { color: rgb(96,44,182); }
H1.HeaderClassName
{
color: #602CB6;
}
.AnyTagClassName
{
color: #602CB6;
}
</style>
background-color css
<style>
a { background-color: #602CB6; }
a { background-color: rgb(96,44,182); }
div.DivClassName
{
background-color: #602CB6;
}
.BgClassName
{
background-color: #602CB6;
}
</style>
border-color css
<style>
span { border-color: #602CB6; }
span { border-color: rgb(96,44,182); }
td.TdClassName
{
border-color: #602CB6;
}
.TagClassName
{
border-color: #602CB6;
}
</style>