Shades of Han Purple #5610EA
Tints of Han Purple #5610EA
RGB
CMYK
RGB Variations
Color information
#5610EA (or 0x5610EA) is known color: Han Purple. HEX triplet: 56, 10 and EA. RGB value is (86,16,234). Sum of RGB (Red+Green+Blue) = 86+16+234=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 234 (91.80% from 255 or 69.64% from 336); Max value from RGB is 234 - color contains mainly: blue. Hex color #5610EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5610EA is #A9EF15. Grayscale: #3C3C3C. Windows color (decimal): -11136790 or 15339606. OLE color: 15339606.
HSL color Cylindrical-coordinate representation of color #5610EA: hue angle of 259.27º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5610EA is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 16 | 234 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.08 |
| HSL | 259.27º | 0.87% | 0.49% | - |
| HSV(B) | 259.27º | 0.93% | 0.92% | - |
| XYZ | 18.87 | 8.29 | 78.45 | - |
| YUV | 61.78 | 225.19 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 16 | 234 | 0.63 | 0.93 | 0 | 0.08 | 259.27 | 0.87 | 0.49 |
| Hex | 56 | 10 | EA | 3F | 5D | 0 | 8 | 103 | 57 | 31 |
| Octal | 126 | 20 | 352 | 77 | 135 | 0 | 10 | 403 | 127 | 61 |
| Binary | 1010110 | 10000 | 11101010 | 111111 | 1011101 | 0 | 1000 | 100000011 | 1010111 | 110001 |
Color Harmonies of #5610EA
Complementary color
Monochromatic Colors of #5610EA
Black with #5610EA
Text Example
Text Example
White with #5610EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5610EA; }
p { color: rgb(86,16,234); }
H1.HeaderClassName
{
color: #5610EA;
}
.AnyTagClassName
{
color: #5610EA;
}
</style>
background-color css
<style>
a { background-color: #5610EA; }
a { background-color: rgb(86,16,234); }
div.DivClassName
{
background-color: #5610EA;
}
.BgClassName
{
background-color: #5610EA;
}
</style>
border-color css
<style>
span { border-color: #5610EA; }
span { border-color: rgb(86,16,234); }
td.TdClassName
{
border-color: #5610EA;
}
.TagClassName
{
border-color: #5610EA;
}
</style>