Shades of Han Purple #500BD9
Tints of Han Purple #500BD9
RGB
CMYK
RGB Variations
Color information
#500BD9 (or 0x500BD9) is known color: Han Purple. HEX triplet: 50, 0B and D9. RGB value is (80,11,217). Sum of RGB (Red+Green+Blue) = 80+11+217=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 217 (85.16% from 255 or 70.45% from 308); Max value from RGB is 217 - color contains mainly: blue. Hex color #500BD9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500BD9 is #AFF426. Grayscale: #363636. Windows color (decimal): -11531303 or 14224208. OLE color: 14224208.
HSL color Cylindrical-coordinate representation of color #500BD9: hue angle of 260.1º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500BD9 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 11 | 217 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.15 |
| HSL | 260.1º | 0.9% | 0.45% | - |
| HSV(B) | 260.1º | 0.95% | 0.85% | - |
| XYZ | 15.95 | 6.95 | 66.15 | - |
| YUV | 55.12 | 219.36 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 217 | 0.63 | 0.95 | 0 | 0.15 | 260.1 | 0.9 | 0.45 |
| Hex | 50 | B | D9 | 3F | 5F | 0 | F | 104 | 5A | 2D |
| Octal | 120 | 13 | 331 | 77 | 137 | 0 | 17 | 404 | 132 | 55 |
| Binary | 1010000 | 1011 | 11011001 | 111111 | 1011111 | 0 | 1111 | 100000100 | 1011010 | 101101 |
Color Harmonies of #500BD9
Complementary color
Monochromatic Colors of #500BD9
Black with #500BD9
Text Example
Text Example
White with #500BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500BD9; }
p { color: rgb(80,11,217); }
H1.HeaderClassName
{
color: #500BD9;
}
.AnyTagClassName
{
color: #500BD9;
}
</style>
background-color css
<style>
a { background-color: #500BD9; }
a { background-color: rgb(80,11,217); }
div.DivClassName
{
background-color: #500BD9;
}
.BgClassName
{
background-color: #500BD9;
}
</style>
border-color css
<style>
span { border-color: #500BD9; }
span { border-color: rgb(80,11,217); }
td.TdClassName
{
border-color: #500BD9;
}
.TagClassName
{
border-color: #500BD9;
}
</style>