Shades of Hot Purple #561F60
Tints of Hot Purple #561F60
RGB
CMYK
RGB Variations
Color information
#561F60 (or 0x561F60) is known color: Hot Purple. HEX triplet: 56, 1F and 60. RGB value is (86,31,96). Sum of RGB (Red+Green+Blue) = 86+31+96=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #561F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561F60 is #A9E09F. Grayscale: #363636. Windows color (decimal): -11133088 or 6299478. OLE color: 6299478.
HSL color Cylindrical-coordinate representation of color #561F60: hue angle of 290.77º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #561F60 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 31 | 96 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.62 |
| HSL | 290.77º | 0.51% | 0.25% | - |
| HSV(B) | 290.77º | 0.68% | 0.38% | - |
| XYZ | 6.44 | 3.8 | 11.46 | - |
| YUV | 54.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 31 | 96 | 0.10 | 0.68 | 0 | 0.62 | 290.77 | 0.51 | 0.25 |
| Hex | 56 | 1F | 60 | A | 44 | 0 | 3E | 123 | 33 | 19 |
| Octal | 126 | 37 | 140 | 12 | 104 | 0 | 76 | 443 | 63 | 31 |
| Binary | 1010110 | 11111 | 1100000 | 1010 | 1000100 | 0 | 111110 | 100100011 | 110011 | 11001 |
Color Harmonies of #561F60
Complementary color
Monochromatic Colors of #561F60
Black with #561F60
Text Example
Text Example
White with #561F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561F60; }
p { color: rgb(86,31,96); }
H1.HeaderClassName
{
color: #561F60;
}
.AnyTagClassName
{
color: #561F60;
}
</style>
background-color css
<style>
a { background-color: #561F60; }
a { background-color: rgb(86,31,96); }
div.DivClassName
{
background-color: #561F60;
}
.BgClassName
{
background-color: #561F60;
}
</style>
border-color css
<style>
span { border-color: #561F60; }
span { border-color: rgb(86,31,96); }
td.TdClassName
{
border-color: #561F60;
}
.TagClassName
{
border-color: #561F60;
}
</style>