Shades of Hot Purple #561B57
Tints of Hot Purple #561B57
RGB
CMYK
RGB Variations
Color information
#561B57 (or 0x561B57) is known color: Hot Purple. HEX triplet: 56, 1B and 57. RGB value is (86,27,87). Sum of RGB (Red+Green+Blue) = 86+27+87=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #561B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561B57 is #A9E4A8. Grayscale: #333333. Windows color (decimal): -11134121 or 5708630. OLE color: 5708630.
HSL color Cylindrical-coordinate representation of color #561B57: hue angle of 299º degrees, saturation: 0.53, 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 #561B57 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 27 | 87 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.66 |
| HSL | 299º | 0.53% | 0.22% | - |
| HSV(B) | 299º | 0.69% | 0.34% | - |
| XYZ | 5.95 | 3.45 | 9.37 | - |
| YUV | 51.48 | 148.05 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 87 | 0.01 | 0.69 | 0 | 0.66 | 299 | 0.53 | 0.22 |
| Hex | 56 | 1B | 57 | 1 | 45 | 0 | 42 | 12B | 35 | 16 |
| Octal | 126 | 33 | 127 | 1 | 105 | 0 | 102 | 453 | 65 | 26 |
| Binary | 1010110 | 11011 | 1010111 | 1 | 1000101 | 0 | 1000010 | 100101011 | 110101 | 10110 |
Color Harmonies of #561B57
Complementary color
Monochromatic Colors of #561B57
Black with #561B57
Text Example
Text Example
White with #561B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561B57; }
p { color: rgb(86,27,87); }
H1.HeaderClassName
{
color: #561B57;
}
.AnyTagClassName
{
color: #561B57;
}
</style>
background-color css
<style>
a { background-color: #561B57; }
a { background-color: rgb(86,27,87); }
div.DivClassName
{
background-color: #561B57;
}
.BgClassName
{
background-color: #561B57;
}
</style>
border-color css
<style>
span { border-color: #561B57; }
span { border-color: rgb(86,27,87); }
td.TdClassName
{
border-color: #561B57;
}
.TagClassName
{
border-color: #561B57;
}
</style>