Shades of Han Purple #511AE6
Tints of Han Purple #511AE6
RGB
CMYK
RGB Variations
Color information
#511AE6 (or 0x511AE6) is known color: Han Purple. HEX triplet: 51, 1A and E6. RGB value is (81,26,230). Sum of RGB (Red+Green+Blue) = 81+26+230=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 230 (90.23% from 255 or 68.25% from 337); Max value from RGB is 230 - color contains mainly: blue. Hex color #511AE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511AE6 is #AEE519. Grayscale: #404040. Windows color (decimal): -11461914 or 15080017. OLE color: 15080017.
HSL color Cylindrical-coordinate representation of color #511AE6: hue angle of 256.18º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511AE6 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 26 | 230 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.10 |
| HSL | 256.18º | 0.8% | 0.5% | - |
| HSV(B) | 256.18º | 0.89% | 0.9% | - |
| XYZ | 18.05 | 8.2 | 75.49 | - |
| YUV | 65.7 | 220.72 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 230 | 0.65 | 0.89 | 0 | 0.10 | 256.18 | 0.8 | 0.5 |
| Hex | 51 | 1A | E6 | 41 | 59 | 0 | A | 100 | 50 | 32 |
| Octal | 121 | 32 | 346 | 101 | 131 | 0 | 12 | 400 | 120 | 62 |
| Binary | 1010001 | 11010 | 11100110 | 1000001 | 1011001 | 0 | 1010 | 100000000 | 1010000 | 110010 |
Color Harmonies of #511AE6
Complementary color
Monochromatic Colors of #511AE6
Black with #511AE6
Text Example
Text Example
White with #511AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511AE6; }
p { color: rgb(81,26,230); }
H1.HeaderClassName
{
color: #511AE6;
}
.AnyTagClassName
{
color: #511AE6;
}
</style>
background-color css
<style>
a { background-color: #511AE6; }
a { background-color: rgb(81,26,230); }
div.DivClassName
{
background-color: #511AE6;
}
.BgClassName
{
background-color: #511AE6;
}
</style>
border-color css
<style>
span { border-color: #511AE6; }
span { border-color: rgb(81,26,230); }
td.TdClassName
{
border-color: #511AE6;
}
.TagClassName
{
border-color: #511AE6;
}
</style>