Shades of Han Purple #500BE1
Tints of Han Purple #500BE1
RGB
CMYK
RGB Variations
Color information
#500BE1 (or 0x500BE1) is known color: Han Purple. HEX triplet: 50, 0B and E1. RGB value is (80,11,225). Sum of RGB (Red+Green+Blue) = 80+11+225=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 225 (88.28% from 255 or 71.20% from 316); Max value from RGB is 225 - color contains mainly: blue. Hex color #500BE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500BE1 is #AFF41E. Grayscale: #373737. Windows color (decimal): -11531295 or 14748496. OLE color: 14748496.
HSL color Cylindrical-coordinate representation of color #500BE1: hue angle of 259.35º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500BE1 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 11 | 225 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.12 |
| HSL | 259.35º | 0.91% | 0.46% | - |
| HSV(B) | 259.35º | 0.95% | 0.88% | - |
| XYZ | 17.02 | 7.38 | 71.76 | - |
| YUV | 56.03 | 223.36 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 225 | 0.64 | 0.95 | 0 | 0.12 | 259.35 | 0.91 | 0.46 |
| Hex | 50 | B | E1 | 40 | 5F | 0 | C | 103 | 5B | 2E |
| Octal | 120 | 13 | 341 | 100 | 137 | 0 | 14 | 403 | 133 | 56 |
| Binary | 1010000 | 1011 | 11100001 | 1000000 | 1011111 | 0 | 1100 | 100000011 | 1011011 | 101110 |
Color Harmonies of #500BE1
Complementary color
Monochromatic Colors of #500BE1
Black with #500BE1
Text Example
Text Example
White with #500BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500BE1; }
p { color: rgb(80,11,225); }
H1.HeaderClassName
{
color: #500BE1;
}
.AnyTagClassName
{
color: #500BE1;
}
</style>
background-color css
<style>
a { background-color: #500BE1; }
a { background-color: rgb(80,11,225); }
div.DivClassName
{
background-color: #500BE1;
}
.BgClassName
{
background-color: #500BE1;
}
</style>
border-color css
<style>
span { border-color: #500BE1; }
span { border-color: rgb(80,11,225); }
td.TdClassName
{
border-color: #500BE1;
}
.TagClassName
{
border-color: #500BE1;
}
</style>