Shades of Han Purple #500EE5
Tints of Han Purple #500EE5
RGB
CMYK
RGB Variations
Color information
#500EE5 (or 0x500EE5) is known color: Han Purple. HEX triplet: 50, 0E and E5. RGB value is (80,14,229). Sum of RGB (Red+Green+Blue) = 80+14+229=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 229 (89.84% from 255 or 70.90% from 323); Max value from RGB is 229 - color contains mainly: blue. Hex color #500EE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500EE5 is #AFF11A. Grayscale: #393939. Windows color (decimal): -11530523 or 15011408. OLE color: 15011408.
HSL color Cylindrical-coordinate representation of color #500EE5: hue angle of 258.42º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500EE5 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 14 | 229 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.10 |
| HSL | 258.42º | 0.88% | 0.48% | - |
| HSV(B) | 258.42º | 0.94% | 0.9% | - |
| XYZ | 17.61 | 7.68 | 74.68 | - |
| YUV | 58.24 | 224.37 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 229 | 0.65 | 0.94 | 0 | 0.10 | 258.42 | 0.88 | 0.48 |
| Hex | 50 | E | E5 | 41 | 5E | 0 | A | 102 | 58 | 30 |
| Octal | 120 | 16 | 345 | 101 | 136 | 0 | 12 | 402 | 130 | 60 |
| Binary | 1010000 | 1110 | 11100101 | 1000001 | 1011110 | 0 | 1010 | 100000010 | 1011000 | 110000 |
Color Harmonies of #500EE5
Complementary color
Monochromatic Colors of #500EE5
Black with #500EE5
Text Example
Text Example
White with #500EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500EE5; }
p { color: rgb(80,14,229); }
H1.HeaderClassName
{
color: #500EE5;
}
.AnyTagClassName
{
color: #500EE5;
}
</style>
background-color css
<style>
a { background-color: #500EE5; }
a { background-color: rgb(80,14,229); }
div.DivClassName
{
background-color: #500EE5;
}
.BgClassName
{
background-color: #500EE5;
}
</style>
border-color css
<style>
span { border-color: #500EE5; }
span { border-color: rgb(80,14,229); }
td.TdClassName
{
border-color: #500EE5;
}
.TagClassName
{
border-color: #500EE5;
}
</style>