Shades of Han Purple #560EE0
Tints of Han Purple #560EE0
RGB
CMYK
RGB Variations
Color information
#560EE0 (or 0x560EE0) is known color: Han Purple. HEX triplet: 56, 0E and E0. RGB value is (86,14,224). Sum of RGB (Red+Green+Blue) = 86+14+224=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 224 (87.89% from 255 or 69.14% from 324); Max value from RGB is 224 - color contains mainly: blue. Hex color #560EE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560EE0 is #A9F11F. Grayscale: #3A3A3A. Windows color (decimal): -11137312 or 14683734. OLE color: 14683734.
HSL color Cylindrical-coordinate representation of color #560EE0: hue angle of 260.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560EE0 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 14 | 224 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.12 |
| HSL | 260.57º | 0.88% | 0.47% | - |
| HSV(B) | 260.57º | 0.94% | 0.88% | - |
| XYZ | 17.45 | 7.67 | 71.08 | - |
| YUV | 59.47 | 220.85 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 224 | 0.62 | 0.94 | 0 | 0.12 | 260.57 | 0.88 | 0.47 |
| Hex | 56 | E | E0 | 3E | 5E | 0 | C | 105 | 58 | 2F |
| Octal | 126 | 16 | 340 | 76 | 136 | 0 | 14 | 405 | 130 | 57 |
| Binary | 1010110 | 1110 | 11100000 | 111110 | 1011110 | 0 | 1100 | 100000101 | 1011000 | 101111 |
Color Harmonies of #560EE0
Complementary color
Monochromatic Colors of #560EE0
Black with #560EE0
Text Example
Text Example
White with #560EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560EE0; }
p { color: rgb(86,14,224); }
H1.HeaderClassName
{
color: #560EE0;
}
.AnyTagClassName
{
color: #560EE0;
}
</style>
background-color css
<style>
a { background-color: #560EE0; }
a { background-color: rgb(86,14,224); }
div.DivClassName
{
background-color: #560EE0;
}
.BgClassName
{
background-color: #560EE0;
}
</style>
border-color css
<style>
span { border-color: #560EE0; }
span { border-color: rgb(86,14,224); }
td.TdClassName
{
border-color: #560EE0;
}
.TagClassName
{
border-color: #560EE0;
}
</style>