Shades of Hot Purple #561E61
Tints of Hot Purple #561E61
RGB
CMYK
RGB Variations
Color information
#561E61 (or 0x561E61) is known color: Hot Purple. HEX triplet: 56, 1E and 61. RGB value is (86,30,97). Sum of RGB (Red+Green+Blue) = 86+30+97=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #561E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561E61 is #A9E19E. Grayscale: #363636. Windows color (decimal): -11133343 or 6364758. OLE color: 6364758.
HSL color Cylindrical-coordinate representation of color #561E61: hue angle of 290.15º degrees, saturation: 0.53, 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 #561E61 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 30 | 97 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.62 |
| HSL | 290.15º | 0.53% | 0.25% | - |
| HSV(B) | 290.15º | 0.69% | 0.38% | - |
| XYZ | 6.46 | 3.77 | 11.7 | - |
| YUV | 54.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 97 | 0.11 | 0.69 | 0 | 0.62 | 290.15 | 0.53 | 0.25 |
| Hex | 56 | 1E | 61 | B | 45 | 0 | 3E | 122 | 35 | 19 |
| Octal | 126 | 36 | 141 | 13 | 105 | 0 | 76 | 442 | 65 | 31 |
| Binary | 1010110 | 11110 | 1100001 | 1011 | 1000101 | 0 | 111110 | 100100010 | 110101 | 11001 |
Color Harmonies of #561E61
Complementary color
Monochromatic Colors of #561E61
Black with #561E61
Text Example
Text Example
White with #561E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561E61; }
p { color: rgb(86,30,97); }
H1.HeaderClassName
{
color: #561E61;
}
.AnyTagClassName
{
color: #561E61;
}
</style>
background-color css
<style>
a { background-color: #561E61; }
a { background-color: rgb(86,30,97); }
div.DivClassName
{
background-color: #561E61;
}
.BgClassName
{
background-color: #561E61;
}
</style>
border-color css
<style>
span { border-color: #561E61; }
span { border-color: rgb(86,30,97); }
td.TdClassName
{
border-color: #561E61;
}
.TagClassName
{
border-color: #561E61;
}
</style>