Shades of Han Purple #5117ED
Tints of Han Purple #5117ED
RGB
CMYK
RGB Variations
Color information
#5117ED (or 0x5117ED) is known color: Han Purple. HEX triplet: 51, 17 and ED. RGB value is (81,23,237). Sum of RGB (Red+Green+Blue) = 81+23+237=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #5117ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5117ED is #AEE812. Grayscale: #3F3F3F. Windows color (decimal): -11462675 or 15538001. OLE color: 15538001.
HSL color Cylindrical-coordinate representation of color #5117ED: hue angle of 256.26º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5117ED is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 23 | 237 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.07 |
| HSL | 256.26º | 0.86% | 0.51% | - |
| HSV(B) | 256.26º | 0.9% | 0.93% | - |
| XYZ | 18.99 | 8.48 | 80.76 | - |
| YUV | 64.74 | 225.22 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 23 | 237 | 0.66 | 0.90 | 0 | 0.07 | 256.26 | 0.86 | 0.51 |
| Hex | 51 | 17 | ED | 42 | 5A | 0 | 7 | 100 | 56 | 33 |
| Octal | 121 | 27 | 355 | 102 | 132 | 0 | 7 | 400 | 126 | 63 |
| Binary | 1010001 | 10111 | 11101101 | 1000010 | 1011010 | 0 | 111 | 100000000 | 1010110 | 110011 |
Color Harmonies of #5117ED
Complementary color
Monochromatic Colors of #5117ED
Black with #5117ED
Text Example
Text Example
White with #5117ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5117ED; }
p { color: rgb(81,23,237); }
H1.HeaderClassName
{
color: #5117ED;
}
.AnyTagClassName
{
color: #5117ED;
}
</style>
background-color css
<style>
a { background-color: #5117ED; }
a { background-color: rgb(81,23,237); }
div.DivClassName
{
background-color: #5117ED;
}
.BgClassName
{
background-color: #5117ED;
}
</style>
border-color css
<style>
span { border-color: #5117ED; }
span { border-color: rgb(81,23,237); }
td.TdClassName
{
border-color: #5117ED;
}
.TagClassName
{
border-color: #5117ED;
}
</style>