Shades of Purple Heart #500DBB
Tints of Purple Heart #500DBB
RGB
CMYK
RGB Variations
Color information
#500DBB (or 0x500DBB) is known color: Purple Heart. HEX triplet: 50, 0D and BB. RGB value is (80,13,187). Sum of RGB (Red+Green+Blue) = 80+13+187=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #500DBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500DBB is #AFF244. Grayscale: #343434. Windows color (decimal): -11530821 or 12258640. OLE color: 12258640.
HSL color Cylindrical-coordinate representation of color #500DBB: hue angle of 263.1º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500DBB is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 13 | 187 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.27 |
| HSL | 263.1º | 0.87% | 0.39% | - |
| HSV(B) | 263.1º | 0.93% | 0.73% | - |
| XYZ | 12.42 | 5.58 | 47.44 | - |
| YUV | 52.87 | 203.7 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 187 | 0.57 | 0.93 | 0 | 0.27 | 263.1 | 0.87 | 0.39 |
| Hex | 50 | D | BB | 39 | 5D | 0 | 1B | 107 | 57 | 27 |
| Octal | 120 | 15 | 273 | 71 | 135 | 0 | 33 | 407 | 127 | 47 |
| Binary | 1010000 | 1101 | 10111011 | 111001 | 1011101 | 0 | 11011 | 100000111 | 1010111 | 100111 |
Color Harmonies of #500DBB
Complementary color
Monochromatic Colors of #500DBB
Black with #500DBB
Text Example
Text Example
White with #500DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500DBB; }
p { color: rgb(80,13,187); }
H1.HeaderClassName
{
color: #500DBB;
}
.AnyTagClassName
{
color: #500DBB;
}
</style>
background-color css
<style>
a { background-color: #500DBB; }
a { background-color: rgb(80,13,187); }
div.DivClassName
{
background-color: #500DBB;
}
.BgClassName
{
background-color: #500DBB;
}
</style>
border-color css
<style>
span { border-color: #500DBB; }
span { border-color: rgb(80,13,187); }
td.TdClassName
{
border-color: #500DBB;
}
.TagClassName
{
border-color: #500DBB;
}
</style>