Shades of Han Purple #5617FE
Tints of Han Purple #5617FE
RGB
CMYK
RGB Variations
Color information
#5617FE (or 0x5617FE) is known color: Han Purple. HEX triplet: 56, 17 and FE. RGB value is (86,23,254). Sum of RGB (Red+Green+Blue) = 86+23+254=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #5617FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5617FE is #A9E801. Grayscale: #434343. Windows color (decimal): -11134978 or 16652118. OLE color: 16652118.
HSL color Cylindrical-coordinate representation of color #5617FE: hue angle of 256.36º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5617FE is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 23 | 254 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.00 |
| HSL | 256.36º | 0.99% | 0.54% | - |
| HSV(B) | 256.36º | 0.91% | 1% | - |
| XYZ | 22.03 | 9.75 | 94.49 | - |
| YUV | 68.17 | 232.87 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 23 | 254 | 0.66 | 0.91 | 0 | 0.00 | 256.36 | 0.99 | 0.54 |
| Hex | 56 | 17 | FE | 42 | 5B | 0 | 0 | 100 | 63 | 36 |
| Octal | 126 | 27 | 376 | 102 | 133 | 0 | 0 | 400 | 143 | 66 |
| Binary | 1010110 | 10111 | 11111110 | 1000010 | 1011011 | 0 | 0 | 100000000 | 1100011 | 110110 |
Color Harmonies of #5617FE
Complementary color
Monochromatic Colors of #5617FE
Black with #5617FE
Text Example
Text Example
White with #5617FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5617FE; }
p { color: rgb(86,23,254); }
H1.HeaderClassName
{
color: #5617FE;
}
.AnyTagClassName
{
color: #5617FE;
}
</style>
background-color css
<style>
a { background-color: #5617FE; }
a { background-color: rgb(86,23,254); }
div.DivClassName
{
background-color: #5617FE;
}
.BgClassName
{
background-color: #5617FE;
}
</style>
border-color css
<style>
span { border-color: #5617FE; }
span { border-color: rgb(86,23,254); }
td.TdClassName
{
border-color: #5617FE;
}
.TagClassName
{
border-color: #5617FE;
}
</style>