Shades of Han Purple #5112EB
Tints of Han Purple #5112EB
RGB
CMYK
RGB Variations
Color information
#5112EB (or 0x5112EB) is known color: Han Purple. HEX triplet: 51, 12 and EB. RGB value is (81,18,235). Sum of RGB (Red+Green+Blue) = 81+18+235=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 235 (92.19% from 255 or 70.36% from 334); Max value from RGB is 235 - color contains mainly: blue. Hex color #5112EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5112EB is #AEED14. Grayscale: #3C3C3C. Windows color (decimal): -11463957 or 15405649. OLE color: 15405649.
HSL color Cylindrical-coordinate representation of color #5112EB: hue angle of 257.42º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5112EB is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 18 | 235 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.08 |
| HSL | 257.42º | 0.86% | 0.5% | - |
| HSV(B) | 257.42º | 0.92% | 0.92% | - |
| XYZ | 18.61 | 8.18 | 79.2 | - |
| YUV | 61.58 | 225.87 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 235 | 0.66 | 0.92 | 0 | 0.08 | 257.42 | 0.86 | 0.5 |
| Hex | 51 | 12 | EB | 42 | 5C | 0 | 8 | 101 | 56 | 32 |
| Octal | 121 | 22 | 353 | 102 | 134 | 0 | 10 | 401 | 126 | 62 |
| Binary | 1010001 | 10010 | 11101011 | 1000010 | 1011100 | 0 | 1000 | 100000001 | 1010110 | 110010 |
Color Harmonies of #5112EB
Complementary color
Monochromatic Colors of #5112EB
Black with #5112EB
Text Example
Text Example
White with #5112EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5112EB; }
p { color: rgb(81,18,235); }
H1.HeaderClassName
{
color: #5112EB;
}
.AnyTagClassName
{
color: #5112EB;
}
</style>
background-color css
<style>
a { background-color: #5112EB; }
a { background-color: rgb(81,18,235); }
div.DivClassName
{
background-color: #5112EB;
}
.BgClassName
{
background-color: #5112EB;
}
</style>
border-color css
<style>
span { border-color: #5112EB; }
span { border-color: rgb(81,18,235); }
td.TdClassName
{
border-color: #5112EB;
}
.TagClassName
{
border-color: #5112EB;
}
</style>