Shades of Hot Purple #561E60
Tints of Hot Purple #561E60
RGB
CMYK
RGB Variations
Color information
#561E60 (or 0x561E60) is known color: Hot Purple. HEX triplet: 56, 1E and 60. RGB value is (86,30,96). Sum of RGB (Red+Green+Blue) = 86+30+96=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #561E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561E60 is #A9E19F. Grayscale: #363636. Windows color (decimal): -11133344 or 6299222. OLE color: 6299222.
HSL color Cylindrical-coordinate representation of color #561E60: hue angle of 290.91º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #561E60 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 30 | 96 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.62 |
| HSL | 290.91º | 0.52% | 0.25% | - |
| HSV(B) | 290.91º | 0.69% | 0.38% | - |
| XYZ | 6.41 | 3.75 | 11.45 | - |
| YUV | 54.27 | 151.55 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 96 | 0.10 | 0.69 | 0 | 0.62 | 290.91 | 0.52 | 0.25 |
| Hex | 56 | 1E | 60 | A | 45 | 0 | 3E | 123 | 34 | 19 |
| Octal | 126 | 36 | 140 | 12 | 105 | 0 | 76 | 443 | 64 | 31 |
| Binary | 1010110 | 11110 | 1100000 | 1010 | 1000101 | 0 | 111110 | 100100011 | 110100 | 11001 |
Color Harmonies of #561E60
Complementary color
Monochromatic Colors of #561E60
Black with #561E60
Text Example
Text Example
White with #561E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561E60; }
p { color: rgb(86,30,96); }
H1.HeaderClassName
{
color: #561E60;
}
.AnyTagClassName
{
color: #561E60;
}
</style>
background-color css
<style>
a { background-color: #561E60; }
a { background-color: rgb(86,30,96); }
div.DivClassName
{
background-color: #561E60;
}
.BgClassName
{
background-color: #561E60;
}
</style>
border-color css
<style>
span { border-color: #561E60; }
span { border-color: rgb(86,30,96); }
td.TdClassName
{
border-color: #561E60;
}
.TagClassName
{
border-color: #561E60;
}
</style>