Shades of Han Purple #511BE6
Tints of Han Purple #511BE6
RGB
CMYK
RGB Variations
Color information
#511BE6 (or 0x511BE6) is known color: Han Purple. HEX triplet: 51, 1B and E6. RGB value is (81,27,230). Sum of RGB (Red+Green+Blue) = 81+27+230=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 230 (90.23% from 255 or 68.05% from 338); Max value from RGB is 230 - color contains mainly: blue. Hex color #511BE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511BE6 is #AEE419. Grayscale: #414141. Windows color (decimal): -11461658 or 15080273. OLE color: 15080273.
HSL color Cylindrical-coordinate representation of color #511BE6: hue angle of 255.96º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511BE6 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 27 | 230 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.10 |
| HSL | 255.96º | 0.8% | 0.5% | - |
| HSV(B) | 255.96º | 0.88% | 0.9% | - |
| XYZ | 18.07 | 8.25 | 75.5 | - |
| YUV | 66.29 | 220.39 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 230 | 0.65 | 0.88 | 0 | 0.10 | 255.96 | 0.8 | 0.5 |
| Hex | 51 | 1B | E6 | 41 | 58 | 0 | A | 100 | 50 | 32 |
| Octal | 121 | 33 | 346 | 101 | 130 | 0 | 12 | 400 | 120 | 62 |
| Binary | 1010001 | 11011 | 11100110 | 1000001 | 1011000 | 0 | 1010 | 100000000 | 1010000 | 110010 |
Color Harmonies of #511BE6
Complementary color
Monochromatic Colors of #511BE6
Black with #511BE6
Text Example
Text Example
White with #511BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511BE6; }
p { color: rgb(81,27,230); }
H1.HeaderClassName
{
color: #511BE6;
}
.AnyTagClassName
{
color: #511BE6;
}
</style>
background-color css
<style>
a { background-color: #511BE6; }
a { background-color: rgb(81,27,230); }
div.DivClassName
{
background-color: #511BE6;
}
.BgClassName
{
background-color: #511BE6;
}
</style>
border-color css
<style>
span { border-color: #511BE6; }
span { border-color: rgb(81,27,230); }
td.TdClassName
{
border-color: #511BE6;
}
.TagClassName
{
border-color: #511BE6;
}
</style>