Shades of Purple Heart #600CCB
Tints of Purple Heart #600CCB
RGB
CMYK
RGB Variations
Color information
#600CCB (or 0x600CCB) is known color: Purple Heart. HEX triplet: 60, 0C and CB. RGB value is (96,12,203). Sum of RGB (Red+Green+Blue) = 96+12+203=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #600CCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600CCB is #9FF334. Grayscale: #3A3A3A. Windows color (decimal): -10482485 or 13306976. OLE color: 13306976.
HSL color Cylindrical-coordinate representation of color #600CCB: hue angle of 266.39º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600CCB is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 12 | 203 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.20 |
| HSL | 266.39º | 0.89% | 0.42% | - |
| HSV(B) | 266.39º | 0.94% | 0.8% | - |
| XYZ | 15.73 | 7.06 | 57.03 | - |
| YUV | 58.89 | 209.33 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 12 | 203 | 0.53 | 0.94 | 0 | 0.20 | 266.39 | 0.89 | 0.42 |
| Hex | 60 | C | CB | 35 | 5E | 0 | 14 | 10A | 59 | 2A |
| Octal | 140 | 14 | 313 | 65 | 136 | 0 | 24 | 412 | 131 | 52 |
| Binary | 1100000 | 1100 | 11001011 | 110101 | 1011110 | 0 | 10100 | 100001010 | 1011001 | 101010 |
Color Harmonies of #600CCB
Complementary color
Monochromatic Colors of #600CCB
Black with #600CCB
Text Example
Text Example
White with #600CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600CCB; }
p { color: rgb(96,12,203); }
H1.HeaderClassName
{
color: #600CCB;
}
.AnyTagClassName
{
color: #600CCB;
}
</style>
background-color css
<style>
a { background-color: #600CCB; }
a { background-color: rgb(96,12,203); }
div.DivClassName
{
background-color: #600CCB;
}
.BgClassName
{
background-color: #600CCB;
}
</style>
border-color css
<style>
span { border-color: #600CCB; }
span { border-color: rgb(96,12,203); }
td.TdClassName
{
border-color: #600CCB;
}
.TagClassName
{
border-color: #600CCB;
}
</style>