Shades of Han Purple #561EEB
Tints of Han Purple #561EEB
RGB
CMYK
RGB Variations
Color information
#561EEB (or 0x561EEB) is known color: Han Purple. HEX triplet: 56, 1E and EB. RGB value is (86,30,235). Sum of RGB (Red+Green+Blue) = 86+30+235=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 235 (92.19% from 255 or 66.95% from 351); Max value from RGB is 235 - color contains mainly: blue. Hex color #561EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #561EEB is #A9E114. Grayscale: #454545. Windows color (decimal): -11133205 or 15408726. OLE color: 15408726.
HSL color Cylindrical-coordinate representation of color #561EEB: hue angle of 256.39º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #561EEB is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 30 | 235 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.08 |
| HSL | 256.39º | 0.84% | 0.52% | - |
| HSV(B) | 256.39º | 0.87% | 0.92% | - |
| XYZ | 19.3 | 8.91 | 79.3 | - |
| YUV | 70.11 | 221.05 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 235 | 0.63 | 0.87 | 0 | 0.08 | 256.39 | 0.84 | 0.52 |
| Hex | 56 | 1E | EB | 3F | 57 | 0 | 8 | 100 | 54 | 34 |
| Octal | 126 | 36 | 353 | 77 | 127 | 0 | 10 | 400 | 124 | 64 |
| Binary | 1010110 | 11110 | 11101011 | 111111 | 1010111 | 0 | 1000 | 100000000 | 1010100 | 110100 |
Color Harmonies of #561EEB
Complementary color
Monochromatic Colors of #561EEB
Black with #561EEB
Text Example
Text Example
White with #561EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561EEB; }
p { color: rgb(86,30,235); }
H1.HeaderClassName
{
color: #561EEB;
}
.AnyTagClassName
{
color: #561EEB;
}
</style>
background-color css
<style>
a { background-color: #561EEB; }
a { background-color: rgb(86,30,235); }
div.DivClassName
{
background-color: #561EEB;
}
.BgClassName
{
background-color: #561EEB;
}
</style>
border-color css
<style>
span { border-color: #561EEB; }
span { border-color: rgb(86,30,235); }
td.TdClassName
{
border-color: #561EEB;
}
.TagClassName
{
border-color: #561EEB;
}
</style>