Shades of Han Purple #5116ED
Tints of Han Purple #5116ED
RGB
CMYK
RGB Variations
Color information
#5116ED (or 0x5116ED) is known color: Han Purple. HEX triplet: 51, 16 and ED. RGB value is (81,22,237). Sum of RGB (Red+Green+Blue) = 81+22+237=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 22 (8.98% from 255 or 6.47% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #5116ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5116ED is #AEE912. Grayscale: #3F3F3F. Windows color (decimal): -11462931 or 15537745. OLE color: 15537745.
HSL color Cylindrical-coordinate representation of color #5116ED: hue angle of 256.47º 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 #5116ED is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 22 | 237 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.07 |
| HSL | 256.47º | 0.86% | 0.51% | - |
| HSV(B) | 256.47º | 0.91% | 0.93% | - |
| XYZ | 18.97 | 8.44 | 80.75 | - |
| YUV | 64.15 | 225.55 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 237 | 0.66 | 0.91 | 0 | 0.07 | 256.47 | 0.86 | 0.51 |
| Hex | 51 | 16 | ED | 42 | 5B | 0 | 7 | 100 | 56 | 33 |
| Octal | 121 | 26 | 355 | 102 | 133 | 0 | 7 | 400 | 126 | 63 |
| Binary | 1010001 | 10110 | 11101101 | 1000010 | 1011011 | 0 | 111 | 100000000 | 1010110 | 110011 |
Color Harmonies of #5116ED
Complementary color
Monochromatic Colors of #5116ED
Black with #5116ED
Text Example
Text Example
White with #5116ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5116ED; }
p { color: rgb(81,22,237); }
H1.HeaderClassName
{
color: #5116ED;
}
.AnyTagClassName
{
color: #5116ED;
}
</style>
background-color css
<style>
a { background-color: #5116ED; }
a { background-color: rgb(81,22,237); }
div.DivClassName
{
background-color: #5116ED;
}
.BgClassName
{
background-color: #5116ED;
}
</style>
border-color css
<style>
span { border-color: #5116ED; }
span { border-color: rgb(81,22,237); }
td.TdClassName
{
border-color: #5116ED;
}
.TagClassName
{
border-color: #5116ED;
}
</style>