Shades of Hot Purple #561557
Tints of Hot Purple #561557
RGB
CMYK
RGB Variations
Color information
#561557 (or 0x561557) is known color: Hot Purple. HEX triplet: 56, 15 and 57. RGB value is (86,21,87). Sum of RGB (Red+Green+Blue) = 86+21+87=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #561557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561557 is #A9EAA8. Grayscale: #2F2F2F. Windows color (decimal): -11135657 or 5707094. OLE color: 5707094.
HSL color Cylindrical-coordinate representation of color #561557: hue angle of 299.09º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #561557 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 21 | 87 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.66 |
| HSL | 299.09º | 0.61% | 0.21% | - |
| HSV(B) | 299.09º | 0.76% | 0.34% | - |
| XYZ | 5.83 | 3.2 | 9.33 | - |
| YUV | 47.96 | 150.03 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 21 | 87 | 0.01 | 0.76 | 0 | 0.66 | 299.09 | 0.61 | 0.21 |
| Hex | 56 | 15 | 57 | 1 | 4C | 0 | 42 | 12B | 3D | 15 |
| Octal | 126 | 25 | 127 | 1 | 114 | 0 | 102 | 453 | 75 | 25 |
| Binary | 1010110 | 10101 | 1010111 | 1 | 1001100 | 0 | 1000010 | 100101011 | 111101 | 10101 |
Color Harmonies of #561557
Complementary color
Monochromatic Colors of #561557
Black with #561557
Text Example
Text Example
White with #561557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561557; }
p { color: rgb(86,21,87); }
H1.HeaderClassName
{
color: #561557;
}
.AnyTagClassName
{
color: #561557;
}
</style>
background-color css
<style>
a { background-color: #561557; }
a { background-color: rgb(86,21,87); }
div.DivClassName
{
background-color: #561557;
}
.BgClassName
{
background-color: #561557;
}
</style>
border-color css
<style>
span { border-color: #561557; }
span { border-color: rgb(86,21,87); }
td.TdClassName
{
border-color: #561557;
}
.TagClassName
{
border-color: #561557;
}
</style>