Shades of Hot Purple #561E57
Tints of Hot Purple #561E57
RGB
CMYK
RGB Variations
Color information
#561E57 (or 0x561E57) is known color: Hot Purple. HEX triplet: 56, 1E and 57. RGB value is (86,30,87). Sum of RGB (Red+Green+Blue) = 86+30+87=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 87 - color contains mainly: blue. Hex color #561E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561E57 is #A9E1A8. Grayscale: #353535. Windows color (decimal): -11133353 or 5709398. OLE color: 5709398.
HSL color Cylindrical-coordinate representation of color #561E57: hue angle of 298.95º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #561E57 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 30 | 87 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.66 |
| HSL | 298.95º | 0.49% | 0.23% | - |
| HSV(B) | 298.95º | 0.66% | 0.34% | - |
| XYZ | 6.02 | 3.6 | 9.39 | - |
| YUV | 53.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 87 | 0.01 | 0.66 | 0 | 0.66 | 298.95 | 0.49 | 0.23 |
| Hex | 56 | 1E | 57 | 1 | 42 | 0 | 42 | 12B | 31 | 17 |
| Octal | 126 | 36 | 127 | 1 | 102 | 0 | 102 | 453 | 61 | 27 |
| Binary | 1010110 | 11110 | 1010111 | 1 | 1000010 | 0 | 1000010 | 100101011 | 110001 | 10111 |
Color Harmonies of #561E57
Complementary color
Monochromatic Colors of #561E57
Black with #561E57
Text Example
Text Example
White with #561E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561E57; }
p { color: rgb(86,30,87); }
H1.HeaderClassName
{
color: #561E57;
}
.AnyTagClassName
{
color: #561E57;
}
</style>
background-color css
<style>
a { background-color: #561E57; }
a { background-color: rgb(86,30,87); }
div.DivClassName
{
background-color: #561E57;
}
.BgClassName
{
background-color: #561E57;
}
</style>
border-color css
<style>
span { border-color: #561E57; }
span { border-color: rgb(86,30,87); }
td.TdClassName
{
border-color: #561E57;
}
.TagClassName
{
border-color: #561E57;
}
</style>