Shades of Han Purple #561EE0
Tints of Han Purple #561EE0
RGB
CMYK
RGB Variations
Color information
#561EE0 (or 0x561EE0) is known color: Han Purple. HEX triplet: 56, 1E and E0. RGB value is (86,30,224). Sum of RGB (Red+Green+Blue) = 86+30+224=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 224 (87.89% from 255 or 65.88% from 340); Max value from RGB is 224 - color contains mainly: blue. Hex color #561EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561EE0 is #A9E11F. Grayscale: #444444. Windows color (decimal): -11133216 or 14687830. OLE color: 14687830.
HSL color Cylindrical-coordinate representation of color #561EE0: hue angle of 257.32º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #561EE0 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 30 | 224 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.12 |
| HSL | 257.32º | 0.76% | 0.5% | - |
| HSV(B) | 257.32º | 0.87% | 0.88% | - |
| XYZ | 17.76 | 8.29 | 71.19 | - |
| YUV | 68.86 | 215.55 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 224 | 0.62 | 0.87 | 0 | 0.12 | 257.32 | 0.76 | 0.5 |
| Hex | 56 | 1E | E0 | 3E | 57 | 0 | C | 101 | 4C | 32 |
| Octal | 126 | 36 | 340 | 76 | 127 | 0 | 14 | 401 | 114 | 62 |
| Binary | 1010110 | 11110 | 11100000 | 111110 | 1010111 | 0 | 1100 | 100000001 | 1001100 | 110010 |
Color Harmonies of #561EE0
Complementary color
Monochromatic Colors of #561EE0
Black with #561EE0
Text Example
Text Example
White with #561EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561EE0; }
p { color: rgb(86,30,224); }
H1.HeaderClassName
{
color: #561EE0;
}
.AnyTagClassName
{
color: #561EE0;
}
</style>
background-color css
<style>
a { background-color: #561EE0; }
a { background-color: rgb(86,30,224); }
div.DivClassName
{
background-color: #561EE0;
}
.BgClassName
{
background-color: #561EE0;
}
</style>
border-color css
<style>
span { border-color: #561EE0; }
span { border-color: rgb(86,30,224); }
td.TdClassName
{
border-color: #561EE0;
}
.TagClassName
{
border-color: #561EE0;
}
</style>