Shades of Purple Heart #500DCC
Tints of Purple Heart #500DCC
RGB
CMYK
RGB Variations
Color information
#500DCC (or 0x500DCC) is known color: Purple Heart. HEX triplet: 50, 0D and CC. RGB value is (80,13,204). Sum of RGB (Red+Green+Blue) = 80+13+204=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #500DCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500DCC is #AFF233. Grayscale: #363636. Windows color (decimal): -11530804 or 13372752. OLE color: 13372752.
HSL color Cylindrical-coordinate representation of color #500DCC: hue angle of 261.05º 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 #500DCC is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 13 | 204 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.2 |
| HSL | 261.05º | 0.88% | 0.43% | - |
| HSV(B) | 261.05º | 0.94% | 0.8% | - |
| XYZ | 14.35 | 6.35 | 57.6 | - |
| YUV | 54.81 | 212.2 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 204 | 0.61 | 0.94 | 0 | 0.2 | 261.05 | 0.88 | 0.43 |
| Hex | 50 | D | CC | 3D | 5E | 0 | 14 | 105 | 58 | 2B |
| Octal | 120 | 15 | 314 | 75 | 136 | 0 | 24 | 405 | 130 | 53 |
| Binary | 1010000 | 1101 | 11001100 | 111101 | 1011110 | 0 | 10100 | 100000101 | 1011000 | 101011 |
Color Harmonies of #500DCC
Complementary color
Monochromatic Colors of #500DCC
Black with #500DCC
Text Example
Text Example
White with #500DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500DCC; }
p { color: rgb(80,13,204); }
H1.HeaderClassName
{
color: #500DCC;
}
.AnyTagClassName
{
color: #500DCC;
}
</style>
background-color css
<style>
a { background-color: #500DCC; }
a { background-color: rgb(80,13,204); }
div.DivClassName
{
background-color: #500DCC;
}
.BgClassName
{
background-color: #500DCC;
}
</style>
border-color css
<style>
span { border-color: #500DCC; }
span { border-color: rgb(80,13,204); }
td.TdClassName
{
border-color: #500DCC;
}
.TagClassName
{
border-color: #500DCC;
}
</style>