Shades of Hot Purple #561B55
Tints of Hot Purple #561B55
RGB
CMYK
RGB Variations
Color information
#561B55 (or 0x561B55) is known color: Hot Purple. HEX triplet: 56, 1B and 55. RGB value is (86,27,85). Sum of RGB (Red+Green+Blue) = 86+27+85=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 86 - color contains mainly: red. Hex color #561B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561B55 is #A9E4AA. Grayscale: #333333. Windows color (decimal): -11134123 or 5577558. OLE color: 5577558.
HSL color Cylindrical-coordinate representation of color #561B55: hue angle of 301.02º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #561B55 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 27 | 85 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.66 |
| HSL | 301.02º | 0.52% | 0.22% | - |
| HSV(B) | 301.02º | 0.69% | 0.34% | - |
| XYZ | 5.87 | 3.42 | 8.94 | - |
| YUV | 51.25 | 147.05 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 85 | 0 | 0.69 | 0.01 | 0.66 | 301.02 | 0.52 | 0.22 |
| Hex | 56 | 1B | 55 | 0 | 45 | 1 | 42 | 12D | 34 | 16 |
| Octal | 126 | 33 | 125 | 0 | 105 | 1 | 102 | 455 | 64 | 26 |
| Binary | 1010110 | 11011 | 1010101 | 0 | 1000101 | 1 | 1000010 | 100101101 | 110100 | 10110 |
Color Harmonies of #561B55
Complementary color
Monochromatic Colors of #561B55
Black with #561B55
Text Example
Text Example
White with #561B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561B55; }
p { color: rgb(86,27,85); }
H1.HeaderClassName
{
color: #561B55;
}
.AnyTagClassName
{
color: #561B55;
}
</style>
background-color css
<style>
a { background-color: #561B55; }
a { background-color: rgb(86,27,85); }
div.DivClassName
{
background-color: #561B55;
}
.BgClassName
{
background-color: #561B55;
}
</style>
border-color css
<style>
span { border-color: #561B55; }
span { border-color: rgb(86,27,85); }
td.TdClassName
{
border-color: #561B55;
}
.TagClassName
{
border-color: #561B55;
}
</style>