Shades of Purple Heart #500BBF
Tints of Purple Heart #500BBF
RGB
CMYK
RGB Variations
Color information
#500BBF (or 0x500BBF) is known color: Purple Heart. HEX triplet: 50, 0B and BF. RGB value is (80,11,191). Sum of RGB (Red+Green+Blue) = 80+11+191=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 191 (75% from 255 or 67.73% from 282); Max value from RGB is 191 - color contains mainly: blue. Hex color #500BBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500BBF is #AFF440. Grayscale: #333333. Windows color (decimal): -11531329 or 12520272. OLE color: 12520272.
HSL color Cylindrical-coordinate representation of color #500BBF: hue angle of 263º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500BBF is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 11 | 191 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.25 |
| HSL | 263º | 0.89% | 0.4% | - |
| HSV(B) | 263º | 0.94% | 0.75% | - |
| XYZ | 12.83 | 5.71 | 49.72 | - |
| YUV | 52.15 | 206.36 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 191 | 0.58 | 0.94 | 0 | 0.25 | 263 | 0.89 | 0.4 |
| Hex | 50 | B | BF | 3A | 5E | 0 | 19 | 107 | 59 | 28 |
| Octal | 120 | 13 | 277 | 72 | 136 | 0 | 31 | 407 | 131 | 50 |
| Binary | 1010000 | 1011 | 10111111 | 111010 | 1011110 | 0 | 11001 | 100000111 | 1011001 | 101000 |
Color Harmonies of #500BBF
Complementary color
Monochromatic Colors of #500BBF
Black with #500BBF
Text Example
Text Example
White with #500BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500BBF; }
p { color: rgb(80,11,191); }
H1.HeaderClassName
{
color: #500BBF;
}
.AnyTagClassName
{
color: #500BBF;
}
</style>
background-color css
<style>
a { background-color: #500BBF; }
a { background-color: rgb(80,11,191); }
div.DivClassName
{
background-color: #500BBF;
}
.BgClassName
{
background-color: #500BBF;
}
</style>
border-color css
<style>
span { border-color: #500BBF; }
span { border-color: rgb(80,11,191); }
td.TdClassName
{
border-color: #500BBF;
}
.TagClassName
{
border-color: #500BBF;
}
</style>