Shades of Hot Purple #560E5B
Tints of Hot Purple #560E5B
RGB
CMYK
RGB Variations
Color information
#560E5B (or 0x560E5B) is known color: Hot Purple. HEX triplet: 56, 0E and 5B. RGB value is (86,14,91). Sum of RGB (Red+Green+Blue) = 86+14+91=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 14 (5.86% from 255 or 7.33% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #560E5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560E5B is #A9F1A4. Grayscale: #2C2C2C. Windows color (decimal): -11137445 or 5967446. OLE color: 5967446.
HSL color Cylindrical-coordinate representation of color #560E5B: hue angle of 296.1º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #560E5B is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 14 | 91 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.64 |
| HSL | 296.1º | 0.73% | 0.21% | - |
| HSV(B) | 296.1º | 0.85% | 0.36% | - |
| XYZ | 5.88 | 3.05 | 10.18 | - |
| YUV | 44.31 | 154.35 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 91 | 0.05 | 0.85 | 0 | 0.64 | 296.1 | 0.73 | 0.21 |
| Hex | 56 | E | 5B | 5 | 55 | 0 | 40 | 128 | 49 | 15 |
| Octal | 126 | 16 | 133 | 5 | 125 | 0 | 100 | 450 | 111 | 25 |
| Binary | 1010110 | 1110 | 1011011 | 101 | 1010101 | 0 | 1000000 | 100101000 | 1001001 | 10101 |
Color Harmonies of #560E5B
Complementary color
Monochromatic Colors of #560E5B
Black with #560E5B
Text Example
Text Example
White with #560E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560E5B; }
p { color: rgb(86,14,91); }
H1.HeaderClassName
{
color: #560E5B;
}
.AnyTagClassName
{
color: #560E5B;
}
</style>
background-color css
<style>
a { background-color: #560E5B; }
a { background-color: rgb(86,14,91); }
div.DivClassName
{
background-color: #560E5B;
}
.BgClassName
{
background-color: #560E5B;
}
</style>
border-color css
<style>
span { border-color: #560E5B; }
span { border-color: rgb(86,14,91); }
td.TdClassName
{
border-color: #560E5B;
}
.TagClassName
{
border-color: #560E5B;
}
</style>