Shades of Purple Heart #500DCE
Tints of Purple Heart #500DCE
RGB
CMYK
RGB Variations
Color information
#500DCE (or 0x500DCE) is known color: Purple Heart. HEX triplet: 50, 0D and CE. RGB value is (80,13,206). Sum of RGB (Red+Green+Blue) = 80+13+206=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #500DCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500DCE is #AFF231. Grayscale: #363636. Windows color (decimal): -11530802 or 13503824. OLE color: 13503824.
HSL color Cylindrical-coordinate representation of color #500DCE: hue angle of 260.83º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500DCE is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 13 | 206 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.19 |
| HSL | 260.83º | 0.88% | 0.43% | - |
| HSV(B) | 260.83º | 0.94% | 0.81% | - |
| XYZ | 14.59 | 6.45 | 58.87 | - |
| YUV | 55.04 | 213.2 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 206 | 0.61 | 0.94 | 0 | 0.19 | 260.83 | 0.88 | 0.43 |
| Hex | 50 | D | CE | 3D | 5E | 0 | 13 | 105 | 58 | 2B |
| Octal | 120 | 15 | 316 | 75 | 136 | 0 | 23 | 405 | 130 | 53 |
| Binary | 1010000 | 1101 | 11001110 | 111101 | 1011110 | 0 | 10011 | 100000101 | 1011000 | 101011 |
Color Harmonies of #500DCE
Complementary color
Monochromatic Colors of #500DCE
Black with #500DCE
Text Example
Text Example
White with #500DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500DCE; }
p { color: rgb(80,13,206); }
H1.HeaderClassName
{
color: #500DCE;
}
.AnyTagClassName
{
color: #500DCE;
}
</style>
background-color css
<style>
a { background-color: #500DCE; }
a { background-color: rgb(80,13,206); }
div.DivClassName
{
background-color: #500DCE;
}
.BgClassName
{
background-color: #500DCE;
}
</style>
border-color css
<style>
span { border-color: #500DCE; }
span { border-color: rgb(80,13,206); }
td.TdClassName
{
border-color: #500DCE;
}
.TagClassName
{
border-color: #500DCE;
}
</style>