Shades of Han Purple #510EEB
Tints of Han Purple #510EEB
RGB
CMYK
RGB Variations
Color information
#510EEB (or 0x510EEB) is known color: Han Purple. HEX triplet: 51, 0E and EB. RGB value is (81,14,235). Sum of RGB (Red+Green+Blue) = 81+14+235=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 235 (92.19% from 255 or 71.21% from 330); Max value from RGB is 235 - color contains mainly: blue. Hex color #510EEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510EEB is #AEF114. Grayscale: #3A3A3A. Windows color (decimal): -11464981 or 15404625. OLE color: 15404625.
HSL color Cylindrical-coordinate representation of color #510EEB: hue angle of 258.19º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510EEB is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 14 | 235 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.08 |
| HSL | 258.19º | 0.89% | 0.49% | - |
| HSV(B) | 258.19º | 0.94% | 0.92% | - |
| XYZ | 18.55 | 8.06 | 79.18 | - |
| YUV | 59.23 | 227.2 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 14 | 235 | 0.66 | 0.94 | 0 | 0.08 | 258.19 | 0.89 | 0.49 |
| Hex | 51 | E | EB | 42 | 5E | 0 | 8 | 102 | 59 | 31 |
| Octal | 121 | 16 | 353 | 102 | 136 | 0 | 10 | 402 | 131 | 61 |
| Binary | 1010001 | 1110 | 11101011 | 1000010 | 1011110 | 0 | 1000 | 100000010 | 1011001 | 110001 |
Color Harmonies of #510EEB
Complementary color
Monochromatic Colors of #510EEB
Black with #510EEB
Text Example
Text Example
White with #510EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510EEB; }
p { color: rgb(81,14,235); }
H1.HeaderClassName
{
color: #510EEB;
}
.AnyTagClassName
{
color: #510EEB;
}
</style>
background-color css
<style>
a { background-color: #510EEB; }
a { background-color: rgb(81,14,235); }
div.DivClassName
{
background-color: #510EEB;
}
.BgClassName
{
background-color: #510EEB;
}
</style>
border-color css
<style>
span { border-color: #510EEB; }
span { border-color: rgb(81,14,235); }
td.TdClassName
{
border-color: #510EEB;
}
.TagClassName
{
border-color: #510EEB;
}
</style>