Shades of Hot Purple #561E55
Tints of Hot Purple #561E55
RGB
CMYK
RGB Variations
Color information
#561E55 (or 0x561E55) is known color: Hot Purple. HEX triplet: 56, 1E and 55. RGB value is (86,30,85). Sum of RGB (Red+Green+Blue) = 86+30+85=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #561E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561E55 is #A9E1AA. Grayscale: #343434. Windows color (decimal): -11133355 or 5578326. OLE color: 5578326.
HSL color Cylindrical-coordinate representation of color #561E55: hue angle of 301.07º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #561E55 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 30 | 85 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.66 |
| HSL | 301.07º | 0.48% | 0.23% | - |
| HSV(B) | 301.07º | 0.65% | 0.34% | - |
| XYZ | 5.94 | 3.56 | 8.97 | - |
| YUV | 53.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 85 | 0 | 0.65 | 0.01 | 0.66 | 301.07 | 0.48 | 0.23 |
| Hex | 56 | 1E | 55 | 0 | 41 | 1 | 42 | 12D | 30 | 17 |
| Octal | 126 | 36 | 125 | 0 | 101 | 1 | 102 | 455 | 60 | 27 |
| Binary | 1010110 | 11110 | 1010101 | 0 | 1000001 | 1 | 1000010 | 100101101 | 110000 | 10111 |
Color Harmonies of #561E55
Complementary color
Monochromatic Colors of #561E55
Black with #561E55
Text Example
Text Example
White with #561E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561E55; }
p { color: rgb(86,30,85); }
H1.HeaderClassName
{
color: #561E55;
}
.AnyTagClassName
{
color: #561E55;
}
</style>
background-color css
<style>
a { background-color: #561E55; }
a { background-color: rgb(86,30,85); }
div.DivClassName
{
background-color: #561E55;
}
.BgClassName
{
background-color: #561E55;
}
</style>
border-color css
<style>
span { border-color: #561E55; }
span { border-color: rgb(86,30,85); }
td.TdClassName
{
border-color: #561E55;
}
.TagClassName
{
border-color: #561E55;
}
</style>