Shades of Han Purple #5612EA
Tints of Han Purple #5612EA
RGB
CMYK
RGB Variations
Color information
#5612EA (or 0x5612EA) is known color: Han Purple. HEX triplet: 56, 12 and EA. RGB value is (86,18,234). Sum of RGB (Red+Green+Blue) = 86+18+234=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 234 (91.80% from 255 or 69.23% from 338); Max value from RGB is 234 - color contains mainly: blue. Hex color #5612EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5612EA is #A9ED15. Grayscale: #3E3E3E. Windows color (decimal): -11136278 or 15340118. OLE color: 15340118.
HSL color Cylindrical-coordinate representation of color #5612EA: hue angle of 258.89º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5612EA is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 18 | 234 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.08 |
| HSL | 258.89º | 0.86% | 0.49% | - |
| HSV(B) | 258.89º | 0.92% | 0.92% | - |
| XYZ | 18.91 | 8.35 | 78.46 | - |
| YUV | 62.96 | 224.53 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 18 | 234 | 0.63 | 0.92 | 0 | 0.08 | 258.89 | 0.86 | 0.49 |
| Hex | 56 | 12 | EA | 3F | 5C | 0 | 8 | 103 | 56 | 31 |
| Octal | 126 | 22 | 352 | 77 | 134 | 0 | 10 | 403 | 126 | 61 |
| Binary | 1010110 | 10010 | 11101010 | 111111 | 1011100 | 0 | 1000 | 100000011 | 1010110 | 110001 |
Color Harmonies of #5612EA
Complementary color
Monochromatic Colors of #5612EA
Black with #5612EA
Text Example
Text Example
White with #5612EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5612EA; }
p { color: rgb(86,18,234); }
H1.HeaderClassName
{
color: #5612EA;
}
.AnyTagClassName
{
color: #5612EA;
}
</style>
background-color css
<style>
a { background-color: #5612EA; }
a { background-color: rgb(86,18,234); }
div.DivClassName
{
background-color: #5612EA;
}
.BgClassName
{
background-color: #5612EA;
}
</style>
border-color css
<style>
span { border-color: #5612EA; }
span { border-color: rgb(86,18,234); }
td.TdClassName
{
border-color: #5612EA;
}
.TagClassName
{
border-color: #5612EA;
}
</style>