Shades of Purple Heart #600ACC
Tints of Purple Heart #600ACC
RGB
CMYK
RGB Variations
Color information
#600ACC (or 0x600ACC) is known color: Purple Heart. HEX triplet: 60, 0A and CC. RGB value is (96,10,204). Sum of RGB (Red+Green+Blue) = 96+10+204=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #600ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600ACC is #9FF533. Grayscale: #393939. Windows color (decimal): -10482996 or 13372000. OLE color: 13372000.
HSL color Cylindrical-coordinate representation of color #600ACC: hue angle of 266.6º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600ACC is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 10 | 204 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.2 |
| HSL | 266.6º | 0.91% | 0.42% | - |
| HSV(B) | 266.6º | 0.95% | 0.8% | - |
| XYZ | 15.83 | 7.06 | 57.66 | - |
| YUV | 57.83 | 210.49 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 10 | 204 | 0.53 | 0.95 | 0 | 0.2 | 266.6 | 0.91 | 0.42 |
| Hex | 60 | A | CC | 35 | 5F | 0 | 14 | 10B | 5B | 2A |
| Octal | 140 | 12 | 314 | 65 | 137 | 0 | 24 | 413 | 133 | 52 |
| Binary | 1100000 | 1010 | 11001100 | 110101 | 1011111 | 0 | 10100 | 100001011 | 1011011 | 101010 |
Color Harmonies of #600ACC
Complementary color
Monochromatic Colors of #600ACC
Black with #600ACC
Text Example
Text Example
White with #600ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600ACC; }
p { color: rgb(96,10,204); }
H1.HeaderClassName
{
color: #600ACC;
}
.AnyTagClassName
{
color: #600ACC;
}
</style>
background-color css
<style>
a { background-color: #600ACC; }
a { background-color: rgb(96,10,204); }
div.DivClassName
{
background-color: #600ACC;
}
.BgClassName
{
background-color: #600ACC;
}
</style>
border-color css
<style>
span { border-color: #600ACC; }
span { border-color: rgb(96,10,204); }
td.TdClassName
{
border-color: #600ACC;
}
.TagClassName
{
border-color: #600ACC;
}
</style>