Shades of Han Purple #511AD9
Tints of Han Purple #511AD9
RGB
CMYK
RGB Variations
Color information
#511AD9 (or 0x511AD9) is known color: Han Purple. HEX triplet: 51, 1A and D9. RGB value is (81,26,217). Sum of RGB (Red+Green+Blue) = 81+26+217=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 217 (85.16% from 255 or 66.98% from 324); Max value from RGB is 217 - color contains mainly: blue. Hex color #511AD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511AD9 is #AEE526. Grayscale: #3F3F3F. Windows color (decimal): -11461927 or 14228049. OLE color: 14228049.
HSL color Cylindrical-coordinate representation of color #511AD9: hue angle of 257.28º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511AD9 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 26 | 217 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.15 |
| HSL | 257.28º | 0.79% | 0.48% | - |
| HSV(B) | 257.28º | 0.88% | 0.85% | - |
| XYZ | 16.29 | 7.5 | 66.23 | - |
| YUV | 64.22 | 214.22 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 217 | 0.63 | 0.88 | 0 | 0.15 | 257.28 | 0.79 | 0.48 |
| Hex | 51 | 1A | D9 | 3F | 58 | 0 | F | 101 | 4F | 30 |
| Octal | 121 | 32 | 331 | 77 | 130 | 0 | 17 | 401 | 117 | 60 |
| Binary | 1010001 | 11010 | 11011001 | 111111 | 1011000 | 0 | 1111 | 100000001 | 1001111 | 110000 |
Color Harmonies of #511AD9
Complementary color
Monochromatic Colors of #511AD9
Black with #511AD9
Text Example
Text Example
White with #511AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511AD9; }
p { color: rgb(81,26,217); }
H1.HeaderClassName
{
color: #511AD9;
}
.AnyTagClassName
{
color: #511AD9;
}
</style>
background-color css
<style>
a { background-color: #511AD9; }
a { background-color: rgb(81,26,217); }
div.DivClassName
{
background-color: #511AD9;
}
.BgClassName
{
background-color: #511AD9;
}
</style>
border-color css
<style>
span { border-color: #511AD9; }
span { border-color: rgb(81,26,217); }
td.TdClassName
{
border-color: #511AD9;
}
.TagClassName
{
border-color: #511AD9;
}
</style>