Shades of Han Purple #511BEB
Tints of Han Purple #511BEB
RGB
CMYK
RGB Variations
Color information
#511BEB (or 0x511BEB) is known color: Han Purple. HEX triplet: 51, 1B and EB. RGB value is (81,27,235). Sum of RGB (Red+Green+Blue) = 81+27+235=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 235 (92.19% from 255 or 68.51% from 343); Max value from RGB is 235 - color contains mainly: blue. Hex color #511BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511BEB is #AEE414. Grayscale: #424242. Windows color (decimal): -11461653 or 15407953. OLE color: 15407953.
HSL color Cylindrical-coordinate representation of color #511BEB: hue angle of 255.58º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511BEB is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 27 | 235 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.08 |
| HSL | 255.58º | 0.84% | 0.51% | - |
| HSV(B) | 255.58º | 0.89% | 0.92% | - |
| XYZ | 18.78 | 8.53 | 79.25 | - |
| YUV | 66.86 | 222.89 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 235 | 0.66 | 0.89 | 0 | 0.08 | 255.58 | 0.84 | 0.51 |
| Hex | 51 | 1B | EB | 42 | 59 | 0 | 8 | 100 | 54 | 33 |
| Octal | 121 | 33 | 353 | 102 | 131 | 0 | 10 | 400 | 124 | 63 |
| Binary | 1010001 | 11011 | 11101011 | 1000010 | 1011001 | 0 | 1000 | 100000000 | 1010100 | 110011 |
Color Harmonies of #511BEB
Complementary color
Monochromatic Colors of #511BEB
Black with #511BEB
Text Example
Text Example
White with #511BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511BEB; }
p { color: rgb(81,27,235); }
H1.HeaderClassName
{
color: #511BEB;
}
.AnyTagClassName
{
color: #511BEB;
}
</style>
background-color css
<style>
a { background-color: #511BEB; }
a { background-color: rgb(81,27,235); }
div.DivClassName
{
background-color: #511BEB;
}
.BgClassName
{
background-color: #511BEB;
}
</style>
border-color css
<style>
span { border-color: #511BEB; }
span { border-color: rgb(81,27,235); }
td.TdClassName
{
border-color: #511BEB;
}
.TagClassName
{
border-color: #511BEB;
}
</style>