Shades of Hot Purple #561C55
Tints of Hot Purple #561C55
RGB
CMYK
RGB Variations
Color information
#561C55 (or 0x561C55) is known color: Hot Purple. HEX triplet: 56, 1C and 55. RGB value is (86,28,85). Sum of RGB (Red+Green+Blue) = 86+28+85=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 86 - color contains mainly: red. Hex color #561C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561C55 is #A9E3AA. Grayscale: #333333. Windows color (decimal): -11133867 or 5577814. OLE color: 5577814.
HSL color Cylindrical-coordinate representation of color #561C55: hue angle of 301.03º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #561C55 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 28 | 85 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.66 |
| HSL | 301.03º | 0.51% | 0.22% | - |
| HSV(B) | 301.03º | 0.67% | 0.34% | - |
| XYZ | 5.89 | 3.46 | 8.95 | - |
| YUV | 51.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 28 | 85 | 0 | 0.67 | 0.01 | 0.66 | 301.03 | 0.51 | 0.22 |
| Hex | 56 | 1C | 55 | 0 | 43 | 1 | 42 | 12D | 33 | 16 |
| Octal | 126 | 34 | 125 | 0 | 103 | 1 | 102 | 455 | 63 | 26 |
| Binary | 1010110 | 11100 | 1010101 | 0 | 1000011 | 1 | 1000010 | 100101101 | 110011 | 10110 |
Color Harmonies of #561C55
Complementary color
Monochromatic Colors of #561C55
Black with #561C55
Text Example
Text Example
White with #561C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561C55; }
p { color: rgb(86,28,85); }
H1.HeaderClassName
{
color: #561C55;
}
.AnyTagClassName
{
color: #561C55;
}
</style>
background-color css
<style>
a { background-color: #561C55; }
a { background-color: rgb(86,28,85); }
div.DivClassName
{
background-color: #561C55;
}
.BgClassName
{
background-color: #561C55;
}
</style>
border-color css
<style>
span { border-color: #561C55; }
span { border-color: rgb(86,28,85); }
td.TdClassName
{
border-color: #561C55;
}
.TagClassName
{
border-color: #561C55;
}
</style>