Shades of Hot Purple #560B5D
Tints of Hot Purple #560B5D
RGB
CMYK
RGB Variations
Color information
#560B5D (or 0x560B5D) is known color: Hot Purple. HEX triplet: 56, 0B and 5D. RGB value is (86,11,93). Sum of RGB (Red+Green+Blue) = 86+11+93=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #560B5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560B5D is #A9F4A2. Grayscale: #2A2A2A. Windows color (decimal): -11138211 or 6097750. OLE color: 6097750.
HSL color Cylindrical-coordinate representation of color #560B5D: hue angle of 294.88º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #560B5D is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 11 | 93 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.64 |
| HSL | 294.88º | 0.79% | 0.2% | - |
| HSV(B) | 294.88º | 0.88% | 0.36% | - |
| XYZ | 5.93 | 3.01 | 10.62 | - |
| YUV | 42.77 | 156.35 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 93 | 0.08 | 0.88 | 0 | 0.64 | 294.88 | 0.79 | 0.2 |
| Hex | 56 | B | 5D | 8 | 58 | 0 | 40 | 127 | 4F | 14 |
| Octal | 126 | 13 | 135 | 10 | 130 | 0 | 100 | 447 | 117 | 24 |
| Binary | 1010110 | 1011 | 1011101 | 1000 | 1011000 | 0 | 1000000 | 100100111 | 1001111 | 10100 |
Color Harmonies of #560B5D
Complementary color
Monochromatic Colors of #560B5D
Black with #560B5D
Text Example
Text Example
White with #560B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560B5D; }
p { color: rgb(86,11,93); }
H1.HeaderClassName
{
color: #560B5D;
}
.AnyTagClassName
{
color: #560B5D;
}
</style>
background-color css
<style>
a { background-color: #560B5D; }
a { background-color: rgb(86,11,93); }
div.DivClassName
{
background-color: #560B5D;
}
.BgClassName
{
background-color: #560B5D;
}
</style>
border-color css
<style>
span { border-color: #560B5D; }
span { border-color: rgb(86,11,93); }
td.TdClassName
{
border-color: #560B5D;
}
.TagClassName
{
border-color: #560B5D;
}
</style>