Shades of Han Purple #511AE8
Tints of Han Purple #511AE8
RGB
CMYK
RGB Variations
Color information
#511AE8 (or 0x511AE8) is known color: Han Purple. HEX triplet: 51, 1A and E8. RGB value is (81,26,232). Sum of RGB (Red+Green+Blue) = 81+26+232=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 232 (91.02% from 255 or 68.44% from 339); Max value from RGB is 232 - color contains mainly: blue. Hex color #511AE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511AE8 is #AEE517. Grayscale: #414141. Windows color (decimal): -11461912 or 15211089. OLE color: 15211089.
HSL color Cylindrical-coordinate representation of color #511AE8: hue angle of 256.02º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511AE8 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 26 | 232 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.09 |
| HSL | 256.02º | 0.82% | 0.51% | - |
| HSV(B) | 256.02º | 0.89% | 0.91% | - |
| XYZ | 18.33 | 8.31 | 76.98 | - |
| YUV | 65.93 | 221.72 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 232 | 0.65 | 0.89 | 0 | 0.09 | 256.02 | 0.82 | 0.51 |
| Hex | 51 | 1A | E8 | 41 | 59 | 0 | 9 | 100 | 52 | 33 |
| Octal | 121 | 32 | 350 | 101 | 131 | 0 | 11 | 400 | 122 | 63 |
| Binary | 1010001 | 11010 | 11101000 | 1000001 | 1011001 | 0 | 1001 | 100000000 | 1010010 | 110011 |
Color Harmonies of #511AE8
Complementary color
Monochromatic Colors of #511AE8
Black with #511AE8
Text Example
Text Example
White with #511AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511AE8; }
p { color: rgb(81,26,232); }
H1.HeaderClassName
{
color: #511AE8;
}
.AnyTagClassName
{
color: #511AE8;
}
</style>
background-color css
<style>
a { background-color: #511AE8; }
a { background-color: rgb(81,26,232); }
div.DivClassName
{
background-color: #511AE8;
}
.BgClassName
{
background-color: #511AE8;
}
</style>
border-color css
<style>
span { border-color: #511AE8; }
span { border-color: rgb(81,26,232); }
td.TdClassName
{
border-color: #511AE8;
}
.TagClassName
{
border-color: #511AE8;
}
</style>