Shades of Han Purple #510EFF
Tints of Han Purple #510EFF
RGB
CMYK
RGB Variations
Color information
#510EFF (or 0x510EFF) is known color: Han Purple. HEX triplet: 51, 0E and FF. RGB value is (81,14,255). Sum of RGB (Red+Green+Blue) = 81+14+255=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #510EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510EFF is #AEF100. Grayscale: #3C3C3C. Windows color (decimal): -11464961 or 16715345. OLE color: 16715345.
HSL color Cylindrical-coordinate representation of color #510EFF: hue angle of 256.68º 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 #510EFF is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 14 | 255 | - |
| CMYK | 0.68 | 0.95 | 0 | 0 |
| HSL | 256.68º | 1% | 0.53% | - |
| HSV(B) | 256.68º | 0.95% | 1% | - |
| XYZ | 21.6 | 9.28 | 95.26 | - |
| YUV | 61.51 | 237.2 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 14 | 255 | 0.68 | 0.95 | 0 | 0 | 256.68 | 1 | 0.53 |
| Hex | 51 | E | FF | 44 | 5F | 0 | 0 | 101 | 64 | 35 |
| Octal | 121 | 16 | 377 | 104 | 137 | 0 | 0 | 401 | 144 | 65 |
| Binary | 1010001 | 1110 | 11111111 | 1000100 | 1011111 | 0 | 0 | 100000001 | 1100100 | 110101 |
Color Harmonies of #510EFF
Complementary color
Monochromatic Colors of #510EFF
Black with #510EFF
Text Example
Text Example
White with #510EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510EFF; }
p { color: rgb(81,14,255); }
H1.HeaderClassName
{
color: #510EFF;
}
.AnyTagClassName
{
color: #510EFF;
}
</style>
background-color css
<style>
a { background-color: #510EFF; }
a { background-color: rgb(81,14,255); }
div.DivClassName
{
background-color: #510EFF;
}
.BgClassName
{
background-color: #510EFF;
}
</style>
border-color css
<style>
span { border-color: #510EFF; }
span { border-color: rgb(81,14,255); }
td.TdClassName
{
border-color: #510EFF;
}
.TagClassName
{
border-color: #510EFF;
}
</style>