Shades of Purple Heart #500BB6
Tints of Purple Heart #500BB6
RGB
CMYK
RGB Variations
Color information
#500BB6 (or 0x500BB6) is known color: Purple Heart. HEX triplet: 50, 0B and B6. RGB value is (80,11,182). Sum of RGB (Red+Green+Blue) = 80+11+182=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 182 (71.48% from 255 or 66.67% from 273); Max value from RGB is 182 - color contains mainly: blue. Hex color #500BB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500BB6 is #AFF449. Grayscale: #323232. Windows color (decimal): -11531338 or 11930448. OLE color: 11930448.
HSL color Cylindrical-coordinate representation of color #500BB6: hue angle of 264.21º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500BB6 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 11 | 182 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.29 |
| HSL | 264.21º | 0.89% | 0.38% | - |
| HSV(B) | 264.21º | 0.94% | 0.71% | - |
| XYZ | 11.87 | 5.32 | 44.66 | - |
| YUV | 51.13 | 201.86 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 182 | 0.56 | 0.94 | 0 | 0.29 | 264.21 | 0.89 | 0.38 |
| Hex | 50 | B | B6 | 38 | 5E | 0 | 1D | 108 | 59 | 26 |
| Octal | 120 | 13 | 266 | 70 | 136 | 0 | 35 | 410 | 131 | 46 |
| Binary | 1010000 | 1011 | 10110110 | 111000 | 1011110 | 0 | 11101 | 100001000 | 1011001 | 100110 |
Color Harmonies of #500BB6
Complementary color
Monochromatic Colors of #500BB6
Black with #500BB6
Text Example
Text Example
White with #500BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500BB6; }
p { color: rgb(80,11,182); }
H1.HeaderClassName
{
color: #500BB6;
}
.AnyTagClassName
{
color: #500BB6;
}
</style>
background-color css
<style>
a { background-color: #500BB6; }
a { background-color: rgb(80,11,182); }
div.DivClassName
{
background-color: #500BB6;
}
.BgClassName
{
background-color: #500BB6;
}
</style>
border-color css
<style>
span { border-color: #500BB6; }
span { border-color: rgb(80,11,182); }
td.TdClassName
{
border-color: #500BB6;
}
.TagClassName
{
border-color: #500BB6;
}
</style>