Shades of Hot Purple #561B58
Tints of Hot Purple #561B58
RGB
CMYK
RGB Variations
Color information
#561B58 (or 0x561B58) is known color: Hot Purple. HEX triplet: 56, 1B and 58. RGB value is (86,27,88). Sum of RGB (Red+Green+Blue) = 86+27+88=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 88 - color contains mainly: blue. Hex color #561B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561B58 is #A9E4A7. Grayscale: #333333. Windows color (decimal): -11134120 or 5774166. OLE color: 5774166.
HSL color Cylindrical-coordinate representation of color #561B58: hue angle of 298.03º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #561B58 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 27 | 88 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.65 |
| HSL | 298.03º | 0.53% | 0.23% | - |
| HSV(B) | 298.03º | 0.69% | 0.35% | - |
| XYZ | 5.99 | 3.47 | 9.59 | - |
| YUV | 51.6 | 148.55 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 88 | 0.02 | 0.69 | 0 | 0.65 | 298.03 | 0.53 | 0.23 |
| Hex | 56 | 1B | 58 | 2 | 45 | 0 | 41 | 12A | 35 | 17 |
| Octal | 126 | 33 | 130 | 2 | 105 | 0 | 101 | 452 | 65 | 27 |
| Binary | 1010110 | 11011 | 1011000 | 10 | 1000101 | 0 | 1000001 | 100101010 | 110101 | 10111 |
Color Harmonies of #561B58
Complementary color
Monochromatic Colors of #561B58
Black with #561B58
Text Example
Text Example
White with #561B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561B58; }
p { color: rgb(86,27,88); }
H1.HeaderClassName
{
color: #561B58;
}
.AnyTagClassName
{
color: #561B58;
}
</style>
background-color css
<style>
a { background-color: #561B58; }
a { background-color: rgb(86,27,88); }
div.DivClassName
{
background-color: #561B58;
}
.BgClassName
{
background-color: #561B58;
}
</style>
border-color css
<style>
span { border-color: #561B58; }
span { border-color: rgb(86,27,88); }
td.TdClassName
{
border-color: #561B58;
}
.TagClassName
{
border-color: #561B58;
}
</style>