Shades of Purple Heart #500BBA
Tints of Purple Heart #500BBA
RGB
CMYK
RGB Variations
Color information
#500BBA (or 0x500BBA) is known color: Purple Heart. HEX triplet: 50, 0B and BA. RGB value is (80,11,186). Sum of RGB (Red+Green+Blue) = 80+11+186=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #500BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500BBA is #AFF445. Grayscale: #323232. Windows color (decimal): -11531334 or 12192592. OLE color: 12192592.
HSL color Cylindrical-coordinate representation of color #500BBA: hue angle of 263.66º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500BBA is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 11 | 186 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.27 |
| HSL | 263.66º | 0.89% | 0.39% | - |
| HSV(B) | 263.66º | 0.94% | 0.73% | - |
| XYZ | 12.29 | 5.49 | 46.87 | - |
| YUV | 51.58 | 203.86 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 186 | 0.57 | 0.94 | 0 | 0.27 | 263.66 | 0.89 | 0.39 |
| Hex | 50 | B | BA | 39 | 5E | 0 | 1B | 108 | 59 | 27 |
| Octal | 120 | 13 | 272 | 71 | 136 | 0 | 33 | 410 | 131 | 47 |
| Binary | 1010000 | 1011 | 10111010 | 111001 | 1011110 | 0 | 11011 | 100001000 | 1011001 | 100111 |
Color Harmonies of #500BBA
Complementary color
Monochromatic Colors of #500BBA
Black with #500BBA
Text Example
Text Example
White with #500BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500BBA; }
p { color: rgb(80,11,186); }
H1.HeaderClassName
{
color: #500BBA;
}
.AnyTagClassName
{
color: #500BBA;
}
</style>
background-color css
<style>
a { background-color: #500BBA; }
a { background-color: rgb(80,11,186); }
div.DivClassName
{
background-color: #500BBA;
}
.BgClassName
{
background-color: #500BBA;
}
</style>
border-color css
<style>
span { border-color: #500BBA; }
span { border-color: rgb(80,11,186); }
td.TdClassName
{
border-color: #500BBA;
}
.TagClassName
{
border-color: #500BBA;
}
</style>