Shades of Purple Heart #500DCB
Tints of Purple Heart #500DCB
RGB
CMYK
RGB Variations
Color information
#500DCB (or 0x500DCB) is known color: Purple Heart. HEX triplet: 50, 0D and CB. RGB value is (80,13,203). Sum of RGB (Red+Green+Blue) = 80+13+203=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #500DCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500DCB is #AFF234. Grayscale: #363636. Windows color (decimal): -11530805 or 13307216. OLE color: 13307216.
HSL color Cylindrical-coordinate representation of color #500DCB: hue angle of 261.16º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500DCB is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 13 | 203 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.20 |
| HSL | 261.16º | 0.88% | 0.42% | - |
| HSV(B) | 261.16º | 0.94% | 0.8% | - |
| XYZ | 14.23 | 6.31 | 56.97 | - |
| YUV | 54.69 | 211.7 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 203 | 0.61 | 0.94 | 0 | 0.20 | 261.16 | 0.88 | 0.42 |
| Hex | 50 | D | CB | 3D | 5E | 0 | 14 | 105 | 58 | 2A |
| Octal | 120 | 15 | 313 | 75 | 136 | 0 | 24 | 405 | 130 | 52 |
| Binary | 1010000 | 1101 | 11001011 | 111101 | 1011110 | 0 | 10100 | 100000101 | 1011000 | 101010 |
Color Harmonies of #500DCB
Complementary color
Monochromatic Colors of #500DCB
Black with #500DCB
Text Example
Text Example
White with #500DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500DCB; }
p { color: rgb(80,13,203); }
H1.HeaderClassName
{
color: #500DCB;
}
.AnyTagClassName
{
color: #500DCB;
}
</style>
background-color css
<style>
a { background-color: #500DCB; }
a { background-color: rgb(80,13,203); }
div.DivClassName
{
background-color: #500DCB;
}
.BgClassName
{
background-color: #500DCB;
}
</style>
border-color css
<style>
span { border-color: #500DCB; }
span { border-color: rgb(80,13,203); }
td.TdClassName
{
border-color: #500DCB;
}
.TagClassName
{
border-color: #500DCB;
}
</style>