Shades of Han Purple #511ADE
Tints of Han Purple #511ADE
RGB
CMYK
RGB Variations
Color information
#511ADE (or 0x511ADE) is known color: Han Purple. HEX triplet: 51, 1A and DE. RGB value is (81,26,222). Sum of RGB (Red+Green+Blue) = 81+26+222=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 222 (87.11% from 255 or 67.48% from 329); Max value from RGB is 222 - color contains mainly: blue. Hex color #511ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511ADE is #AEE521. Grayscale: #404040. Windows color (decimal): -11461922 or 14555729. OLE color: 14555729.
HSL color Cylindrical-coordinate representation of color #511ADE: hue angle of 256.84º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511ADE is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 26 | 222 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.13 |
| HSL | 256.84º | 0.79% | 0.49% | - |
| HSV(B) | 256.84º | 0.88% | 0.87% | - |
| XYZ | 16.95 | 7.76 | 69.71 | - |
| YUV | 64.79 | 216.72 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 222 | 0.64 | 0.88 | 0 | 0.13 | 256.84 | 0.79 | 0.49 |
| Hex | 51 | 1A | DE | 40 | 58 | 0 | D | 101 | 4F | 31 |
| Octal | 121 | 32 | 336 | 100 | 130 | 0 | 15 | 401 | 117 | 61 |
| Binary | 1010001 | 11010 | 11011110 | 1000000 | 1011000 | 0 | 1101 | 100000001 | 1001111 | 110001 |
Color Harmonies of #511ADE
Complementary color
Monochromatic Colors of #511ADE
Black with #511ADE
Text Example
Text Example
White with #511ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511ADE; }
p { color: rgb(81,26,222); }
H1.HeaderClassName
{
color: #511ADE;
}
.AnyTagClassName
{
color: #511ADE;
}
</style>
background-color css
<style>
a { background-color: #511ADE; }
a { background-color: rgb(81,26,222); }
div.DivClassName
{
background-color: #511ADE;
}
.BgClassName
{
background-color: #511ADE;
}
</style>
border-color css
<style>
span { border-color: #511ADE; }
span { border-color: rgb(81,26,222); }
td.TdClassName
{
border-color: #511ADE;
}
.TagClassName
{
border-color: #511ADE;
}
</style>