Shades of Han Purple #500EFF
Tints of Han Purple #500EFF
RGB
CMYK
RGB Variations
Color information
#500EFF (or 0x500EFF) is known color: Han Purple. HEX triplet: 50, 0E and FF. RGB value is (80,14,255). Sum of RGB (Red+Green+Blue) = 80+14+255=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 14 (5.86% from 255 or 4.01% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #500EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500EFF is #AFF100. Grayscale: #3C3C3C. Windows color (decimal): -11530497 or 16715344. OLE color: 16715344.
HSL color Cylindrical-coordinate representation of color #500EFF: hue angle of 256.43º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500EFF is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 14 | 255 | - |
| CMYK | 0.69 | 0.95 | 0 | 0 |
| HSL | 256.43º | 1% | 0.53% | - |
| HSV(B) | 256.43º | 0.95% | 1% | - |
| XYZ | 21.52 | 9.24 | 95.26 | - |
| YUV | 61.21 | 237.37 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 255 | 0.69 | 0.95 | 0 | 0 | 256.43 | 1 | 0.53 |
| Hex | 50 | E | FF | 45 | 5F | 0 | 0 | 100 | 64 | 35 |
| Octal | 120 | 16 | 377 | 105 | 137 | 0 | 0 | 400 | 144 | 65 |
| Binary | 1010000 | 1110 | 11111111 | 1000101 | 1011111 | 0 | 0 | 100000000 | 1100100 | 110101 |
Color Harmonies of #500EFF
Complementary color
Monochromatic Colors of #500EFF
Black with #500EFF
Text Example
Text Example
White with #500EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500EFF; }
p { color: rgb(80,14,255); }
H1.HeaderClassName
{
color: #500EFF;
}
.AnyTagClassName
{
color: #500EFF;
}
</style>
background-color css
<style>
a { background-color: #500EFF; }
a { background-color: rgb(80,14,255); }
div.DivClassName
{
background-color: #500EFF;
}
.BgClassName
{
background-color: #500EFF;
}
</style>
border-color css
<style>
span { border-color: #500EFF; }
span { border-color: rgb(80,14,255); }
td.TdClassName
{
border-color: #500EFF;
}
.TagClassName
{
border-color: #500EFF;
}
</style>