Shades of Han Purple #500BE5
Tints of Han Purple #500BE5
RGB
CMYK
RGB Variations
Color information
#500BE5 (or 0x500BE5) is known color: Han Purple. HEX triplet: 50, 0B and E5. RGB value is (80,11,229). Sum of RGB (Red+Green+Blue) = 80+11+229=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 229 (89.84% from 255 or 71.56% from 320); Max value from RGB is 229 - color contains mainly: blue. Hex color #500BE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500BE5 is #AFF41A. Grayscale: #373737. Windows color (decimal): -11531291 or 15010640. OLE color: 15010640.
HSL color Cylindrical-coordinate representation of color #500BE5: hue angle of 258.99º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500BE5 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 11 | 229 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.10 |
| HSL | 258.99º | 0.91% | 0.47% | - |
| HSV(B) | 258.99º | 0.95% | 0.9% | - |
| XYZ | 17.57 | 7.6 | 74.67 | - |
| YUV | 56.48 | 225.36 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 229 | 0.65 | 0.95 | 0 | 0.10 | 258.99 | 0.91 | 0.47 |
| Hex | 50 | B | E5 | 41 | 5F | 0 | A | 103 | 5B | 2F |
| Octal | 120 | 13 | 345 | 101 | 137 | 0 | 12 | 403 | 133 | 57 |
| Binary | 1010000 | 1011 | 11100101 | 1000001 | 1011111 | 0 | 1010 | 100000011 | 1011011 | 101111 |
Color Harmonies of #500BE5
Complementary color
Monochromatic Colors of #500BE5
Black with #500BE5
Text Example
Text Example
White with #500BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500BE5; }
p { color: rgb(80,11,229); }
H1.HeaderClassName
{
color: #500BE5;
}
.AnyTagClassName
{
color: #500BE5;
}
</style>
background-color css
<style>
a { background-color: #500BE5; }
a { background-color: rgb(80,11,229); }
div.DivClassName
{
background-color: #500BE5;
}
.BgClassName
{
background-color: #500BE5;
}
</style>
border-color css
<style>
span { border-color: #500BE5; }
span { border-color: rgb(80,11,229); }
td.TdClassName
{
border-color: #500BE5;
}
.TagClassName
{
border-color: #500BE5;
}
</style>