Shades of Hot Purple #561559
Tints of Hot Purple #561559
RGB
CMYK
RGB Variations
Color information
#561559 (or 0x561559) is known color: Hot Purple. HEX triplet: 56, 15 and 59. RGB value is (86,21,89). Sum of RGB (Red+Green+Blue) = 86+21+89=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #561559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561559 is #A9EAA6. Grayscale: #2F2F2F. Windows color (decimal): -11135655 or 5838166. OLE color: 5838166.
HSL color Cylindrical-coordinate representation of color #561559: hue angle of 297.35º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #561559 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 21 | 89 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.65 |
| HSL | 297.35º | 0.62% | 0.22% | - |
| HSV(B) | 297.35º | 0.76% | 0.35% | - |
| XYZ | 5.91 | 3.24 | 9.76 | - |
| YUV | 48.19 | 151.03 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 21 | 89 | 0.03 | 0.76 | 0 | 0.65 | 297.35 | 0.62 | 0.22 |
| Hex | 56 | 15 | 59 | 3 | 4C | 0 | 41 | 129 | 3E | 16 |
| Octal | 126 | 25 | 131 | 3 | 114 | 0 | 101 | 451 | 76 | 26 |
| Binary | 1010110 | 10101 | 1011001 | 11 | 1001100 | 0 | 1000001 | 100101001 | 111110 | 10110 |
Color Harmonies of #561559
Complementary color
Monochromatic Colors of #561559
Black with #561559
Text Example
Text Example
White with #561559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561559; }
p { color: rgb(86,21,89); }
H1.HeaderClassName
{
color: #561559;
}
.AnyTagClassName
{
color: #561559;
}
</style>
background-color css
<style>
a { background-color: #561559; }
a { background-color: rgb(86,21,89); }
div.DivClassName
{
background-color: #561559;
}
.BgClassName
{
background-color: #561559;
}
</style>
border-color css
<style>
span { border-color: #561559; }
span { border-color: rgb(86,21,89); }
td.TdClassName
{
border-color: #561559;
}
.TagClassName
{
border-color: #561559;
}
</style>