Shades of Hot Purple #561561
Tints of Hot Purple #561561
RGB
CMYK
RGB Variations
Color information
#561561 (or 0x561561) is known color: Hot Purple. HEX triplet: 56, 15 and 61. RGB value is (86,21,97). Sum of RGB (Red+Green+Blue) = 86+21+97=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #561561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561561 is #A9EA9E. Grayscale: #303030. Windows color (decimal): -11135647 or 6362454. OLE color: 6362454.
HSL color Cylindrical-coordinate representation of color #561561: hue angle of 291.32º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #561561 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 21 | 97 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.62 |
| HSL | 291.32º | 0.64% | 0.23% | - |
| HSV(B) | 291.32º | 0.78% | 0.38% | - |
| XYZ | 6.26 | 3.38 | 11.63 | - |
| YUV | 49.1 | 155.03 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 21 | 97 | 0.11 | 0.78 | 0 | 0.62 | 291.32 | 0.64 | 0.23 |
| Hex | 56 | 15 | 61 | B | 4E | 0 | 3E | 123 | 40 | 17 |
| Octal | 126 | 25 | 141 | 13 | 116 | 0 | 76 | 443 | 100 | 27 |
| Binary | 1010110 | 10101 | 1100001 | 1011 | 1001110 | 0 | 111110 | 100100011 | 1000000 | 10111 |
Color Harmonies of #561561
Complementary color
Monochromatic Colors of #561561
Black with #561561
Text Example
Text Example
White with #561561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561561; }
p { color: rgb(86,21,97); }
H1.HeaderClassName
{
color: #561561;
}
.AnyTagClassName
{
color: #561561;
}
</style>
background-color css
<style>
a { background-color: #561561; }
a { background-color: rgb(86,21,97); }
div.DivClassName
{
background-color: #561561;
}
.BgClassName
{
background-color: #561561;
}
</style>
border-color css
<style>
span { border-color: #561561; }
span { border-color: rgb(86,21,97); }
td.TdClassName
{
border-color: #561561;
}
.TagClassName
{
border-color: #561561;
}
</style>