Shades of Hot Purple #560E5D
Tints of Hot Purple #560E5D
RGB
CMYK
RGB Variations
Color information
#560E5D (or 0x560E5D) is known color: Hot Purple. HEX triplet: 56, 0E and 5D. RGB value is (86,14,93). Sum of RGB (Red+Green+Blue) = 86+14+93=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #560E5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560E5D is #A9F1A2. Grayscale: #2C2C2C. Windows color (decimal): -11137443 or 6098518. OLE color: 6098518.
HSL color Cylindrical-coordinate representation of color #560E5D: hue angle of 294.68º degrees, saturation: 0.74, 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 #560E5D is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 14 | 93 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.64 |
| HSL | 294.68º | 0.74% | 0.21% | - |
| HSV(B) | 294.68º | 0.85% | 0.36% | - |
| XYZ | 5.97 | 3.08 | 10.64 | - |
| YUV | 44.53 | 155.35 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 93 | 0.08 | 0.85 | 0 | 0.64 | 294.68 | 0.74 | 0.21 |
| Hex | 56 | E | 5D | 8 | 55 | 0 | 40 | 127 | 4A | 15 |
| Octal | 126 | 16 | 135 | 10 | 125 | 0 | 100 | 447 | 112 | 25 |
| Binary | 1010110 | 1110 | 1011101 | 1000 | 1010101 | 0 | 1000000 | 100100111 | 1001010 | 10101 |
Color Harmonies of #560E5D
Complementary color
Monochromatic Colors of #560E5D
Black with #560E5D
Text Example
Text Example
White with #560E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560E5D; }
p { color: rgb(86,14,93); }
H1.HeaderClassName
{
color: #560E5D;
}
.AnyTagClassName
{
color: #560E5D;
}
</style>
background-color css
<style>
a { background-color: #560E5D; }
a { background-color: rgb(86,14,93); }
div.DivClassName
{
background-color: #560E5D;
}
.BgClassName
{
background-color: #560E5D;
}
</style>
border-color css
<style>
span { border-color: #560E5D; }
span { border-color: rgb(86,14,93); }
td.TdClassName
{
border-color: #560E5D;
}
.TagClassName
{
border-color: #560E5D;
}
</style>