Shades of Hot Purple #561958
Tints of Hot Purple #561958
RGB
CMYK
RGB Variations
Color information
#561958 (or 0x561958) is known color: Hot Purple. HEX triplet: 56, 19 and 58. RGB value is (86,25,88). Sum of RGB (Red+Green+Blue) = 86+25+88=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 88 - color contains mainly: blue. Hex color #561958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561958 is #A9E6A7. Grayscale: #323232. Windows color (decimal): -11134632 or 5773654. OLE color: 5773654.
HSL color Cylindrical-coordinate representation of color #561958: hue angle of 298.1º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #561958 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 25 | 88 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.65 |
| HSL | 298.1º | 0.56% | 0.22% | - |
| HSV(B) | 298.1º | 0.72% | 0.35% | - |
| XYZ | 5.95 | 3.38 | 9.57 | - |
| YUV | 50.42 | 149.21 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 88 | 0.02 | 0.72 | 0 | 0.65 | 298.1 | 0.56 | 0.22 |
| Hex | 56 | 19 | 58 | 2 | 48 | 0 | 41 | 12A | 38 | 16 |
| Octal | 126 | 31 | 130 | 2 | 110 | 0 | 101 | 452 | 70 | 26 |
| Binary | 1010110 | 11001 | 1011000 | 10 | 1001000 | 0 | 1000001 | 100101010 | 111000 | 10110 |
Color Harmonies of #561958
Complementary color
Monochromatic Colors of #561958
Black with #561958
Text Example
Text Example
White with #561958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561958; }
p { color: rgb(86,25,88); }
H1.HeaderClassName
{
color: #561958;
}
.AnyTagClassName
{
color: #561958;
}
</style>
background-color css
<style>
a { background-color: #561958; }
a { background-color: rgb(86,25,88); }
div.DivClassName
{
background-color: #561958;
}
.BgClassName
{
background-color: #561958;
}
</style>
border-color css
<style>
span { border-color: #561958; }
span { border-color: rgb(86,25,88); }
td.TdClassName
{
border-color: #561958;
}
.TagClassName
{
border-color: #561958;
}
</style>