Shades of Purple Heart #600CC2
Tints of Purple Heart #600CC2
RGB
CMYK
RGB Variations
Color information
#600CC2 (or 0x600CC2) is known color: Purple Heart. HEX triplet: 60, 0C and C2. RGB value is (96,12,194). Sum of RGB (Red+Green+Blue) = 96+12+194=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 194 (76.17% from 255 or 64.24% from 302); Max value from RGB is 194 - color contains mainly: blue. Hex color #600CC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600CC2 is #9FF33D. Grayscale: #393939. Windows color (decimal): -10482494 or 12717152. OLE color: 12717152.
HSL color Cylindrical-coordinate representation of color #600CC2: hue angle of 267.69º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600CC2 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 12 | 194 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.24 |
| HSL | 267.69º | 0.88% | 0.4% | - |
| HSV(B) | 267.69º | 0.94% | 0.76% | - |
| XYZ | 14.69 | 6.64 | 51.55 | - |
| YUV | 57.86 | 204.83 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 12 | 194 | 0.51 | 0.94 | 0 | 0.24 | 267.69 | 0.88 | 0.4 |
| Hex | 60 | C | C2 | 33 | 5E | 0 | 18 | 10C | 58 | 28 |
| Octal | 140 | 14 | 302 | 63 | 136 | 0 | 30 | 414 | 130 | 50 |
| Binary | 1100000 | 1100 | 11000010 | 110011 | 1011110 | 0 | 11000 | 100001100 | 1011000 | 101000 |
Color Harmonies of #600CC2
Complementary color
Monochromatic Colors of #600CC2
Black with #600CC2
Text Example
Text Example
White with #600CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600CC2; }
p { color: rgb(96,12,194); }
H1.HeaderClassName
{
color: #600CC2;
}
.AnyTagClassName
{
color: #600CC2;
}
</style>
background-color css
<style>
a { background-color: #600CC2; }
a { background-color: rgb(96,12,194); }
div.DivClassName
{
background-color: #600CC2;
}
.BgClassName
{
background-color: #600CC2;
}
</style>
border-color css
<style>
span { border-color: #600CC2; }
span { border-color: rgb(96,12,194); }
td.TdClassName
{
border-color: #600CC2;
}
.TagClassName
{
border-color: #600CC2;
}
</style>