Shades of Han Purple #561EEC
Tints of Han Purple #561EEC
RGB
CMYK
RGB Variations
Color information
#561EEC (or 0x561EEC) is known color: Han Purple. HEX triplet: 56, 1E and EC. RGB value is (86,30,236). Sum of RGB (Red+Green+Blue) = 86+30+236=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #561EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #561EEC is #A9E113. Grayscale: #454545. Windows color (decimal): -11133204 or 15474262. OLE color: 15474262.
HSL color Cylindrical-coordinate representation of color #561EEC: hue angle of 256.31º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #561EEC is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 30 | 236 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.07 |
| HSL | 256.31º | 0.84% | 0.52% | - |
| HSV(B) | 256.31º | 0.87% | 0.93% | - |
| XYZ | 19.44 | 8.96 | 80.06 | - |
| YUV | 70.23 | 221.55 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 236 | 0.64 | 0.87 | 0 | 0.07 | 256.31 | 0.84 | 0.52 |
| Hex | 56 | 1E | EC | 40 | 57 | 0 | 7 | 100 | 54 | 34 |
| Octal | 126 | 36 | 354 | 100 | 127 | 0 | 7 | 400 | 124 | 64 |
| Binary | 1010110 | 11110 | 11101100 | 1000000 | 1010111 | 0 | 111 | 100000000 | 1010100 | 110100 |
Color Harmonies of #561EEC
Complementary color
Monochromatic Colors of #561EEC
Black with #561EEC
Text Example
Text Example
White with #561EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561EEC; }
p { color: rgb(86,30,236); }
H1.HeaderClassName
{
color: #561EEC;
}
.AnyTagClassName
{
color: #561EEC;
}
</style>
background-color css
<style>
a { background-color: #561EEC; }
a { background-color: rgb(86,30,236); }
div.DivClassName
{
background-color: #561EEC;
}
.BgClassName
{
background-color: #561EEC;
}
</style>
border-color css
<style>
span { border-color: #561EEC; }
span { border-color: rgb(86,30,236); }
td.TdClassName
{
border-color: #561EEC;
}
.TagClassName
{
border-color: #561EEC;
}
</style>