Shades of Han Purple #561EEF
Tints of Han Purple #561EEF
RGB
CMYK
RGB Variations
Color information
#561EEF (or 0x561EEF) is known color: Han Purple. HEX triplet: 56, 1E and EF. RGB value is (86,30,239). Sum of RGB (Red+Green+Blue) = 86+30+239=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #561EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #561EEF is #A9E110. Grayscale: #454545. Windows color (decimal): -11133201 or 15670870. OLE color: 15670870.
HSL color Cylindrical-coordinate representation of color #561EEF: hue angle of 256.08º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #561EEF is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 30 | 239 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.06 |
| HSL | 256.08º | 0.87% | 0.53% | - |
| HSV(B) | 256.08º | 0.87% | 0.94% | - |
| XYZ | 19.88 | 9.14 | 82.38 | - |
| YUV | 70.57 | 223.05 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 239 | 0.64 | 0.87 | 0 | 0.06 | 256.08 | 0.87 | 0.53 |
| Hex | 56 | 1E | EF | 40 | 57 | 0 | 6 | 100 | 57 | 35 |
| Octal | 126 | 36 | 357 | 100 | 127 | 0 | 6 | 400 | 127 | 65 |
| Binary | 1010110 | 11110 | 11101111 | 1000000 | 1010111 | 0 | 110 | 100000000 | 1010111 | 110101 |
Color Harmonies of #561EEF
Complementary color
Monochromatic Colors of #561EEF
Black with #561EEF
Text Example
Text Example
White with #561EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561EEF; }
p { color: rgb(86,30,239); }
H1.HeaderClassName
{
color: #561EEF;
}
.AnyTagClassName
{
color: #561EEF;
}
</style>
background-color css
<style>
a { background-color: #561EEF; }
a { background-color: rgb(86,30,239); }
div.DivClassName
{
background-color: #561EEF;
}
.BgClassName
{
background-color: #561EEF;
}
</style>
border-color css
<style>
span { border-color: #561EEF; }
span { border-color: rgb(86,30,239); }
td.TdClassName
{
border-color: #561EEF;
}
.TagClassName
{
border-color: #561EEF;
}
</style>