Shades of Han Purple #5617EE
Tints of Han Purple #5617EE
RGB
CMYK
RGB Variations
Color information
#5617EE (or 0x5617EE) is known color: Han Purple. HEX triplet: 56, 17 and EE. RGB value is (86,23,238). Sum of RGB (Red+Green+Blue) = 86+23+238=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 238 (93.36% from 255 or 68.59% from 347); Max value from RGB is 238 - color contains mainly: blue. Hex color #5617EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5617EE is #A9E811. Grayscale: #414141. Windows color (decimal): -11134994 or 15603542. OLE color: 15603542.
HSL color Cylindrical-coordinate representation of color #5617EE: hue angle of 257.58º 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 #5617EE is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 23 | 238 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.07 |
| HSL | 257.58º | 0.86% | 0.51% | - |
| HSV(B) | 257.58º | 0.9% | 0.93% | - |
| XYZ | 19.58 | 8.76 | 81.55 | - |
| YUV | 66.35 | 224.87 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 23 | 238 | 0.64 | 0.90 | 0 | 0.07 | 257.58 | 0.86 | 0.51 |
| Hex | 56 | 17 | EE | 40 | 5A | 0 | 7 | 102 | 56 | 33 |
| Octal | 126 | 27 | 356 | 100 | 132 | 0 | 7 | 402 | 126 | 63 |
| Binary | 1010110 | 10111 | 11101110 | 1000000 | 1011010 | 0 | 111 | 100000010 | 1010110 | 110011 |
Color Harmonies of #5617EE
Complementary color
Monochromatic Colors of #5617EE
Black with #5617EE
Text Example
Text Example
White with #5617EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5617EE; }
p { color: rgb(86,23,238); }
H1.HeaderClassName
{
color: #5617EE;
}
.AnyTagClassName
{
color: #5617EE;
}
</style>
background-color css
<style>
a { background-color: #5617EE; }
a { background-color: rgb(86,23,238); }
div.DivClassName
{
background-color: #5617EE;
}
.BgClassName
{
background-color: #5617EE;
}
</style>
border-color css
<style>
span { border-color: #5617EE; }
span { border-color: rgb(86,23,238); }
td.TdClassName
{
border-color: #5617EE;
}
.TagClassName
{
border-color: #5617EE;
}
</style>