Shades of Purple Heart #600CC0
Tints of Purple Heart #600CC0
RGB
CMYK
RGB Variations
Color information
#600CC0 (or 0x600CC0) is known color: Purple Heart. HEX triplet: 60, 0C and C0. RGB value is (96,12,192). Sum of RGB (Red+Green+Blue) = 96+12+192=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 192 (75.39% from 255 or 64% from 300); Max value from RGB is 192 - color contains mainly: blue. Hex color #600CC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600CC0 is #9FF33F. Grayscale: #393939. Windows color (decimal): -10482496 or 12586080. OLE color: 12586080.
HSL color Cylindrical-coordinate representation of color #600CC0: hue angle of 268º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600CC0 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 12 | 192 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.25 |
| HSL | 268º | 0.88% | 0.4% | - |
| HSV(B) | 268º | 0.94% | 0.75% | - |
| XYZ | 14.47 | 6.56 | 50.37 | - |
| YUV | 57.64 | 203.83 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 12 | 192 | 0.50 | 0.94 | 0 | 0.25 | 268 | 0.88 | 0.4 |
| Hex | 60 | C | C0 | 32 | 5E | 0 | 19 | 10C | 58 | 28 |
| Octal | 140 | 14 | 300 | 62 | 136 | 0 | 31 | 414 | 130 | 50 |
| Binary | 1100000 | 1100 | 11000000 | 110010 | 1011110 | 0 | 11001 | 100001100 | 1011000 | 101000 |
Color Harmonies of #600CC0
Complementary color
Monochromatic Colors of #600CC0
Black with #600CC0
Text Example
Text Example
White with #600CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600CC0; }
p { color: rgb(96,12,192); }
H1.HeaderClassName
{
color: #600CC0;
}
.AnyTagClassName
{
color: #600CC0;
}
</style>
background-color css
<style>
a { background-color: #600CC0; }
a { background-color: rgb(96,12,192); }
div.DivClassName
{
background-color: #600CC0;
}
.BgClassName
{
background-color: #600CC0;
}
</style>
border-color css
<style>
span { border-color: #600CC0; }
span { border-color: rgb(96,12,192); }
td.TdClassName
{
border-color: #600CC0;
}
.TagClassName
{
border-color: #600CC0;
}
</style>