Shades of Han Purple #511AEE
Tints of Han Purple #511AEE
RGB
CMYK
RGB Variations
Color information
#511AEE (or 0x511AEE) is known color: Han Purple. HEX triplet: 51, 1A and EE. RGB value is (81,26,238). Sum of RGB (Red+Green+Blue) = 81+26+238=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 238 (93.36% from 255 or 68.99% from 345); Max value from RGB is 238 - color contains mainly: blue. Hex color #511AEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511AEE is #AEE511. Grayscale: #414141. Windows color (decimal): -11461906 or 15604305. OLE color: 15604305.
HSL color Cylindrical-coordinate representation of color #511AEE: hue angle of 255.57º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511AEE is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 26 | 238 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.07 |
| HSL | 255.57º | 0.86% | 0.52% | - |
| HSV(B) | 255.57º | 0.89% | 0.93% | - |
| XYZ | 19.2 | 8.66 | 81.55 | - |
| YUV | 66.61 | 224.72 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 238 | 0.66 | 0.89 | 0 | 0.07 | 255.57 | 0.86 | 0.52 |
| Hex | 51 | 1A | EE | 42 | 59 | 0 | 7 | 100 | 56 | 34 |
| Octal | 121 | 32 | 356 | 102 | 131 | 0 | 7 | 400 | 126 | 64 |
| Binary | 1010001 | 11010 | 11101110 | 1000010 | 1011001 | 0 | 111 | 100000000 | 1010110 | 110100 |
Color Harmonies of #511AEE
Complementary color
Monochromatic Colors of #511AEE
Black with #511AEE
Text Example
Text Example
White with #511AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511AEE; }
p { color: rgb(81,26,238); }
H1.HeaderClassName
{
color: #511AEE;
}
.AnyTagClassName
{
color: #511AEE;
}
</style>
background-color css
<style>
a { background-color: #511AEE; }
a { background-color: rgb(81,26,238); }
div.DivClassName
{
background-color: #511AEE;
}
.BgClassName
{
background-color: #511AEE;
}
</style>
border-color css
<style>
span { border-color: #511AEE; }
span { border-color: rgb(81,26,238); }
td.TdClassName
{
border-color: #511AEE;
}
.TagClassName
{
border-color: #511AEE;
}
</style>