Shades of Purple Heart #500BBD
Tints of Purple Heart #500BBD
RGB
CMYK
RGB Variations
Color information
#500BBD (or 0x500BBD) is known color: Purple Heart. HEX triplet: 50, 0B and BD. RGB value is (80,11,189). Sum of RGB (Red+Green+Blue) = 80+11+189=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 189 (74.22% from 255 or 67.5% from 280); Max value from RGB is 189 - color contains mainly: blue. Hex color #500BBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500BBD is #AFF442. Grayscale: #333333. Windows color (decimal): -11531331 or 12389200. OLE color: 12389200.
HSL color Cylindrical-coordinate representation of color #500BBD: hue angle of 263.26º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500BBD is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 11 | 189 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.26 |
| HSL | 263.26º | 0.89% | 0.39% | - |
| HSV(B) | 263.26º | 0.94% | 0.74% | - |
| XYZ | 12.61 | 5.62 | 48.56 | - |
| YUV | 51.92 | 205.36 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 189 | 0.58 | 0.94 | 0 | 0.26 | 263.26 | 0.89 | 0.39 |
| Hex | 50 | B | BD | 3A | 5E | 0 | 1A | 107 | 59 | 27 |
| Octal | 120 | 13 | 275 | 72 | 136 | 0 | 32 | 407 | 131 | 47 |
| Binary | 1010000 | 1011 | 10111101 | 111010 | 1011110 | 0 | 11010 | 100000111 | 1011001 | 100111 |
Color Harmonies of #500BBD
Complementary color
Monochromatic Colors of #500BBD
Black with #500BBD
Text Example
Text Example
White with #500BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500BBD; }
p { color: rgb(80,11,189); }
H1.HeaderClassName
{
color: #500BBD;
}
.AnyTagClassName
{
color: #500BBD;
}
</style>
background-color css
<style>
a { background-color: #500BBD; }
a { background-color: rgb(80,11,189); }
div.DivClassName
{
background-color: #500BBD;
}
.BgClassName
{
background-color: #500BBD;
}
</style>
border-color css
<style>
span { border-color: #500BBD; }
span { border-color: rgb(80,11,189); }
td.TdClassName
{
border-color: #500BBD;
}
.TagClassName
{
border-color: #500BBD;
}
</style>