Shades of Purple Heart #600DCC
Tints of Purple Heart #600DCC
RGB
CMYK
RGB Variations
Color information
#600DCC (or 0x600DCC) is known color: Purple Heart. HEX triplet: 60, 0D and CC. RGB value is (96,13,204). Sum of RGB (Red+Green+Blue) = 96+13+204=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #600DCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600DCC is #9FF233. Grayscale: #3A3A3A. Windows color (decimal): -10482228 or 13372768. OLE color: 13372768.
HSL color Cylindrical-coordinate representation of color #600DCC: hue angle of 266.07º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600DCC is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 13 | 204 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.2 |
| HSL | 266.07º | 0.88% | 0.43% | - |
| HSV(B) | 266.07º | 0.94% | 0.8% | - |
| XYZ | 15.87 | 7.13 | 57.67 | - |
| YUV | 59.59 | 209.5 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 204 | 0.53 | 0.94 | 0 | 0.2 | 266.07 | 0.88 | 0.43 |
| Hex | 60 | D | CC | 35 | 5E | 0 | 14 | 10A | 58 | 2B |
| Octal | 140 | 15 | 314 | 65 | 136 | 0 | 24 | 412 | 130 | 53 |
| Binary | 1100000 | 1101 | 11001100 | 110101 | 1011110 | 0 | 10100 | 100001010 | 1011000 | 101011 |
Color Harmonies of #600DCC
Complementary color
Monochromatic Colors of #600DCC
Black with #600DCC
Text Example
Text Example
White with #600DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600DCC; }
p { color: rgb(96,13,204); }
H1.HeaderClassName
{
color: #600DCC;
}
.AnyTagClassName
{
color: #600DCC;
}
</style>
background-color css
<style>
a { background-color: #600DCC; }
a { background-color: rgb(96,13,204); }
div.DivClassName
{
background-color: #600DCC;
}
.BgClassName
{
background-color: #600DCC;
}
</style>
border-color css
<style>
span { border-color: #600DCC; }
span { border-color: rgb(96,13,204); }
td.TdClassName
{
border-color: #600DCC;
}
.TagClassName
{
border-color: #600DCC;
}
</style>