Shades of Hot Purple #561555
Tints of Hot Purple #561555
RGB
CMYK
RGB Variations
Color information
#561555 (or 0x561555) is known color: Hot Purple. HEX triplet: 56, 15 and 55. RGB value is (86,21,85). Sum of RGB (Red+Green+Blue) = 86+21+85=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #561555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561555 is #A9EAAA. Grayscale: #2F2F2F. Windows color (decimal): -11135659 or 5576022. OLE color: 5576022.
HSL color Cylindrical-coordinate representation of color #561555: hue angle of 300.92º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #561555 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 21 | 85 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.66 |
| HSL | 300.92º | 0.61% | 0.21% | - |
| HSV(B) | 300.92º | 0.76% | 0.34% | - |
| XYZ | 5.75 | 3.17 | 8.9 | - |
| YUV | 47.73 | 149.03 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 21 | 85 | 0 | 0.76 | 0.01 | 0.66 | 300.92 | 0.61 | 0.21 |
| Hex | 56 | 15 | 55 | 0 | 4C | 1 | 42 | 12D | 3D | 15 |
| Octal | 126 | 25 | 125 | 0 | 114 | 1 | 102 | 455 | 75 | 25 |
| Binary | 1010110 | 10101 | 1010101 | 0 | 1001100 | 1 | 1000010 | 100101101 | 111101 | 10101 |
Color Harmonies of #561555
Complementary color
Monochromatic Colors of #561555
Black with #561555
Text Example
Text Example
White with #561555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561555; }
p { color: rgb(86,21,85); }
H1.HeaderClassName
{
color: #561555;
}
.AnyTagClassName
{
color: #561555;
}
</style>
background-color css
<style>
a { background-color: #561555; }
a { background-color: rgb(86,21,85); }
div.DivClassName
{
background-color: #561555;
}
.BgClassName
{
background-color: #561555;
}
</style>
border-color css
<style>
span { border-color: #561555; }
span { border-color: rgb(86,21,85); }
td.TdClassName
{
border-color: #561555;
}
.TagClassName
{
border-color: #561555;
}
</style>