Shades of Purple Heart #602BCB
Tints of Purple Heart #602BCB
RGB
CMYK
RGB Variations
Color information
#602BCB (or 0x602BCB) is known color: Purple Heart. HEX triplet: 60, 2B and CB. RGB value is (96,43,203). Sum of RGB (Red+Green+Blue) = 96+43+203=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #602BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602BCB is #9FD434. Grayscale: #4C4C4C. Windows color (decimal): -10474549 or 13314912. OLE color: 13314912.
HSL color Cylindrical-coordinate representation of color #602BCB: hue angle of 259.88º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #602BCB is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 43 | 203 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.20 |
| HSL | 259.88º | 0.65% | 0.48% | - |
| HSV(B) | 259.88º | 0.79% | 0.8% | - |
| XYZ | 16.47 | 8.53 | 57.28 | - |
| YUV | 77.09 | 199.06 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 203 | 0.53 | 0.79 | 0 | 0.20 | 259.88 | 0.65 | 0.48 |
| Hex | 60 | 2B | CB | 35 | 4F | 0 | 14 | 104 | 41 | 30 |
| Octal | 140 | 53 | 313 | 65 | 117 | 0 | 24 | 404 | 101 | 60 |
| Binary | 1100000 | 101011 | 11001011 | 110101 | 1001111 | 0 | 10100 | 100000100 | 1000001 | 110000 |
Color Harmonies of #602BCB
Complementary color
Monochromatic Colors of #602BCB
Black with #602BCB
Text Example
Text Example
White with #602BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602BCB; }
p { color: rgb(96,43,203); }
H1.HeaderClassName
{
color: #602BCB;
}
.AnyTagClassName
{
color: #602BCB;
}
</style>
background-color css
<style>
a { background-color: #602BCB; }
a { background-color: rgb(96,43,203); }
div.DivClassName
{
background-color: #602BCB;
}
.BgClassName
{
background-color: #602BCB;
}
</style>
border-color css
<style>
span { border-color: #602BCB; }
span { border-color: rgb(96,43,203); }
td.TdClassName
{
border-color: #602BCB;
}
.TagClassName
{
border-color: #602BCB;
}
</style>