Shades of Han Purple #5617ED
Tints of Han Purple #5617ED
RGB
CMYK
RGB Variations
Color information
#5617ED (or 0x5617ED) is known color: Han Purple. HEX triplet: 56, 17 and ED. RGB value is (86,23,237). Sum of RGB (Red+Green+Blue) = 86+23+237=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 237 (92.97% from 255 or 68.50% from 346); Max value from RGB is 237 - color contains mainly: blue. Hex color #5617ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5617ED is #A9E812. Grayscale: #414141. Windows color (decimal): -11134995 or 15538006. OLE color: 15538006.
HSL color Cylindrical-coordinate representation of color #5617ED: hue angle of 257.66º 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 #5617ED is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 23 | 237 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.07 |
| HSL | 257.66º | 0.86% | 0.51% | - |
| HSV(B) | 257.66º | 0.9% | 0.93% | - |
| XYZ | 19.43 | 8.71 | 80.78 | - |
| YUV | 66.23 | 224.37 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 23 | 237 | 0.64 | 0.90 | 0 | 0.07 | 257.66 | 0.86 | 0.51 |
| Hex | 56 | 17 | ED | 40 | 5A | 0 | 7 | 102 | 56 | 33 |
| Octal | 126 | 27 | 355 | 100 | 132 | 0 | 7 | 402 | 126 | 63 |
| Binary | 1010110 | 10111 | 11101101 | 1000000 | 1011010 | 0 | 111 | 100000010 | 1010110 | 110011 |
Color Harmonies of #5617ED
Complementary color
Monochromatic Colors of #5617ED
Black with #5617ED
Text Example
Text Example
White with #5617ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5617ED; }
p { color: rgb(86,23,237); }
H1.HeaderClassName
{
color: #5617ED;
}
.AnyTagClassName
{
color: #5617ED;
}
</style>
background-color css
<style>
a { background-color: #5617ED; }
a { background-color: rgb(86,23,237); }
div.DivClassName
{
background-color: #5617ED;
}
.BgClassName
{
background-color: #5617ED;
}
</style>
border-color css
<style>
span { border-color: #5617ED; }
span { border-color: rgb(86,23,237); }
td.TdClassName
{
border-color: #5617ED;
}
.TagClassName
{
border-color: #5617ED;
}
</style>