Shades of Han Purple #561EEE
Tints of Han Purple #561EEE
RGB
CMYK
RGB Variations
Color information
#561EEE (or 0x561EEE) is known color: Han Purple. HEX triplet: 56, 1E and EE. RGB value is (86,30,238). Sum of RGB (Red+Green+Blue) = 86+30+238=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 238 (93.36% from 255 or 67.23% from 354); Max value from RGB is 238 - color contains mainly: blue. Hex color #561EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #561EEE is #A9E111. Grayscale: #454545. Windows color (decimal): -11133202 or 15605334. OLE color: 15605334.
HSL color Cylindrical-coordinate representation of color #561EEE: hue angle of 256.15º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #561EEE is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 30 | 238 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.07 |
| HSL | 256.15º | 0.86% | 0.53% | - |
| HSV(B) | 256.15º | 0.87% | 0.93% | - |
| XYZ | 19.73 | 9.08 | 81.6 | - |
| YUV | 70.46 | 222.55 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 238 | 0.64 | 0.87 | 0 | 0.07 | 256.15 | 0.86 | 0.53 |
| Hex | 56 | 1E | EE | 40 | 57 | 0 | 7 | 100 | 56 | 35 |
| Octal | 126 | 36 | 356 | 100 | 127 | 0 | 7 | 400 | 126 | 65 |
| Binary | 1010110 | 11110 | 11101110 | 1000000 | 1010111 | 0 | 111 | 100000000 | 1010110 | 110101 |
Color Harmonies of #561EEE
Complementary color
Monochromatic Colors of #561EEE
Black with #561EEE
Text Example
Text Example
White with #561EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561EEE; }
p { color: rgb(86,30,238); }
H1.HeaderClassName
{
color: #561EEE;
}
.AnyTagClassName
{
color: #561EEE;
}
</style>
background-color css
<style>
a { background-color: #561EEE; }
a { background-color: rgb(86,30,238); }
div.DivClassName
{
background-color: #561EEE;
}
.BgClassName
{
background-color: #561EEE;
}
</style>
border-color css
<style>
span { border-color: #561EEE; }
span { border-color: rgb(86,30,238); }
td.TdClassName
{
border-color: #561EEE;
}
.TagClassName
{
border-color: #561EEE;
}
</style>