Shades of Hot Purple #561B59
Tints of Hot Purple #561B59
RGB
CMYK
RGB Variations
Color information
#561B59 (or 0x561B59) is known color: Hot Purple. HEX triplet: 56, 1B and 59. RGB value is (86,27,89). Sum of RGB (Red+Green+Blue) = 86+27+89=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 89 - color contains mainly: blue. Hex color #561B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561B59 is #A9E4A6. Grayscale: #333333. Windows color (decimal): -11134119 or 5839702. OLE color: 5839702.
HSL color Cylindrical-coordinate representation of color #561B59: hue angle of 297.1º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #561B59 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 27 | 89 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.65 |
| HSL | 297.1º | 0.53% | 0.23% | - |
| HSV(B) | 297.1º | 0.7% | 0.35% | - |
| XYZ | 6.03 | 3.48 | 9.81 | - |
| YUV | 51.71 | 149.05 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 89 | 0.03 | 0.70 | 0 | 0.65 | 297.1 | 0.53 | 0.23 |
| Hex | 56 | 1B | 59 | 3 | 46 | 0 | 41 | 129 | 35 | 17 |
| Octal | 126 | 33 | 131 | 3 | 106 | 0 | 101 | 451 | 65 | 27 |
| Binary | 1010110 | 11011 | 1011001 | 11 | 1000110 | 0 | 1000001 | 100101001 | 110101 | 10111 |
Color Harmonies of #561B59
Complementary color
Monochromatic Colors of #561B59
Black with #561B59
Text Example
Text Example
White with #561B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561B59; }
p { color: rgb(86,27,89); }
H1.HeaderClassName
{
color: #561B59;
}
.AnyTagClassName
{
color: #561B59;
}
</style>
background-color css
<style>
a { background-color: #561B59; }
a { background-color: rgb(86,27,89); }
div.DivClassName
{
background-color: #561B59;
}
.BgClassName
{
background-color: #561B59;
}
</style>
border-color css
<style>
span { border-color: #561B59; }
span { border-color: rgb(86,27,89); }
td.TdClassName
{
border-color: #561B59;
}
.TagClassName
{
border-color: #561B59;
}
</style>