Shades of Han Purple #5010EF
Tints of Han Purple #5010EF
RGB
CMYK
RGB Variations
Color information
#5010EF (or 0x5010EF) is known color: Han Purple. HEX triplet: 50, 10 and EF. RGB value is (80,16,239). Sum of RGB (Red+Green+Blue) = 80+16+239=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 239 (93.75% from 255 or 71.34% from 335); Max value from RGB is 239 - color contains mainly: blue. Hex color #5010EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5010EF is #AFEF10. Grayscale: #3B3B3B. Windows color (decimal): -11530001 or 15667280. OLE color: 15667280.
HSL color Cylindrical-coordinate representation of color #5010EF: hue angle of 257.22º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5010EF is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 16 | 239 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.06 |
| HSL | 257.22º | 0.87% | 0.5% | - |
| HSV(B) | 257.22º | 0.93% | 0.94% | - |
| XYZ | 19.07 | 8.31 | 82.26 | - |
| YUV | 60.56 | 228.7 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 239 | 0.67 | 0.93 | 0 | 0.06 | 257.22 | 0.87 | 0.5 |
| Hex | 50 | 10 | EF | 43 | 5D | 0 | 6 | 101 | 57 | 32 |
| Octal | 120 | 20 | 357 | 103 | 135 | 0 | 6 | 401 | 127 | 62 |
| Binary | 1010000 | 10000 | 11101111 | 1000011 | 1011101 | 0 | 110 | 100000001 | 1010111 | 110010 |
Color Harmonies of #5010EF
Complementary color
Monochromatic Colors of #5010EF
Black with #5010EF
Text Example
Text Example
White with #5010EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5010EF; }
p { color: rgb(80,16,239); }
H1.HeaderClassName
{
color: #5010EF;
}
.AnyTagClassName
{
color: #5010EF;
}
</style>
background-color css
<style>
a { background-color: #5010EF; }
a { background-color: rgb(80,16,239); }
div.DivClassName
{
background-color: #5010EF;
}
.BgClassName
{
background-color: #5010EF;
}
</style>
border-color css
<style>
span { border-color: #5010EF; }
span { border-color: rgb(80,16,239); }
td.TdClassName
{
border-color: #5010EF;
}
.TagClassName
{
border-color: #5010EF;
}
</style>