Shades of Han Purple #5116EE
Tints of Han Purple #5116EE
RGB
CMYK
RGB Variations
Color information
#5116EE (or 0x5116EE) is known color: Han Purple. HEX triplet: 51, 16 and EE. RGB value is (81,22,238). Sum of RGB (Red+Green+Blue) = 81+22+238=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 238 (93.36% from 255 or 69.79% from 341); Max value from RGB is 238 - color contains mainly: blue. Hex color #5116EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5116EE is #AEE911. Grayscale: #3F3F3F. Windows color (decimal): -11462930 or 15603281. OLE color: 15603281.
HSL color Cylindrical-coordinate representation of color #5116EE: hue angle of 256.39º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5116EE is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 22 | 238 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.07 |
| HSL | 256.39º | 0.86% | 0.51% | - |
| HSV(B) | 256.39º | 0.91% | 0.93% | - |
| XYZ | 19.11 | 8.5 | 81.52 | - |
| YUV | 64.27 | 226.05 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 238 | 0.66 | 0.91 | 0 | 0.07 | 256.39 | 0.86 | 0.51 |
| Hex | 51 | 16 | EE | 42 | 5B | 0 | 7 | 100 | 56 | 33 |
| Octal | 121 | 26 | 356 | 102 | 133 | 0 | 7 | 400 | 126 | 63 |
| Binary | 1010001 | 10110 | 11101110 | 1000010 | 1011011 | 0 | 111 | 100000000 | 1010110 | 110011 |
Color Harmonies of #5116EE
Complementary color
Monochromatic Colors of #5116EE
Black with #5116EE
Text Example
Text Example
White with #5116EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5116EE; }
p { color: rgb(81,22,238); }
H1.HeaderClassName
{
color: #5116EE;
}
.AnyTagClassName
{
color: #5116EE;
}
</style>
background-color css
<style>
a { background-color: #5116EE; }
a { background-color: rgb(81,22,238); }
div.DivClassName
{
background-color: #5116EE;
}
.BgClassName
{
background-color: #5116EE;
}
</style>
border-color css
<style>
span { border-color: #5116EE; }
span { border-color: rgb(81,22,238); }
td.TdClassName
{
border-color: #5116EE;
}
.TagClassName
{
border-color: #5116EE;
}
</style>