Shades of Han Purple #5617FF
Tints of Han Purple #5617FF
RGB
CMYK
RGB Variations
Color information
#5617FF (or 0x5617FF) is known color: Han Purple. HEX triplet: 56, 17 and FF. RGB value is (86,23,255). Sum of RGB (Red+Green+Blue) = 86+23+255=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #5617FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5617FF is #A9E800. Grayscale: #434343. Windows color (decimal): -11134977 or 16717654. OLE color: 16717654.
HSL color Cylindrical-coordinate representation of color #5617FF: hue angle of 256.29º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5617FF is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 23 | 255 | - |
| CMYK | 0.66 | 0.91 | 0 | 0 |
| HSL | 256.29º | 1% | 0.55% | - |
| HSV(B) | 256.29º | 0.91% | 1% | - |
| XYZ | 22.19 | 9.81 | 95.33 | - |
| YUV | 68.29 | 233.37 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 23 | 255 | 0.66 | 0.91 | 0 | 0 | 256.29 | 1 | 0.55 |
| Hex | 56 | 17 | FF | 42 | 5B | 0 | 0 | 100 | 64 | 37 |
| Octal | 126 | 27 | 377 | 102 | 133 | 0 | 0 | 400 | 144 | 67 |
| Binary | 1010110 | 10111 | 11111111 | 1000010 | 1011011 | 0 | 0 | 100000000 | 1100100 | 110111 |
Color Harmonies of #5617FF
Complementary color
Monochromatic Colors of #5617FF
Black with #5617FF
Text Example
Text Example
White with #5617FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5617FF; }
p { color: rgb(86,23,255); }
H1.HeaderClassName
{
color: #5617FF;
}
.AnyTagClassName
{
color: #5617FF;
}
</style>
background-color css
<style>
a { background-color: #5617FF; }
a { background-color: rgb(86,23,255); }
div.DivClassName
{
background-color: #5617FF;
}
.BgClassName
{
background-color: #5617FF;
}
</style>
border-color css
<style>
span { border-color: #5617FF; }
span { border-color: rgb(86,23,255); }
td.TdClassName
{
border-color: #5617FF;
}
.TagClassName
{
border-color: #5617FF;
}
</style>