Shades of Hot Purple #561D5B
Tints of Hot Purple #561D5B
RGB
CMYK
RGB Variations
Color information
#561D5B (or 0x561D5B) is known color: Hot Purple. HEX triplet: 56, 1D and 5B. RGB value is (86,29,91). Sum of RGB (Red+Green+Blue) = 86+29+91=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #561D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561D5B is #A9E2A4. Grayscale: #343434. Windows color (decimal): -11133605 or 5971286. OLE color: 5971286.
HSL color Cylindrical-coordinate representation of color #561D5B: hue angle of 295.16º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #561D5B is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 29 | 91 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.64 |
| HSL | 295.16º | 0.52% | 0.24% | - |
| HSV(B) | 295.16º | 0.68% | 0.36% | - |
| XYZ | 6.17 | 3.61 | 10.27 | - |
| YUV | 53.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 91 | 0.05 | 0.68 | 0 | 0.64 | 295.16 | 0.52 | 0.24 |
| Hex | 56 | 1D | 5B | 5 | 44 | 0 | 40 | 127 | 34 | 18 |
| Octal | 126 | 35 | 133 | 5 | 104 | 0 | 100 | 447 | 64 | 30 |
| Binary | 1010110 | 11101 | 1011011 | 101 | 1000100 | 0 | 1000000 | 100100111 | 110100 | 11000 |
Color Harmonies of #561D5B
Complementary color
Monochromatic Colors of #561D5B
Black with #561D5B
Text Example
Text Example
White with #561D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561D5B; }
p { color: rgb(86,29,91); }
H1.HeaderClassName
{
color: #561D5B;
}
.AnyTagClassName
{
color: #561D5B;
}
</style>
background-color css
<style>
a { background-color: #561D5B; }
a { background-color: rgb(86,29,91); }
div.DivClassName
{
background-color: #561D5B;
}
.BgClassName
{
background-color: #561D5B;
}
</style>
border-color css
<style>
span { border-color: #561D5B; }
span { border-color: rgb(86,29,91); }
td.TdClassName
{
border-color: #561D5B;
}
.TagClassName
{
border-color: #561D5B;
}
</style>