Shades of Hot Purple #561259
Tints of Hot Purple #561259
RGB
CMYK
RGB Variations
Color information
#561259 (or 0x561259) is known color: Hot Purple. HEX triplet: 56, 12 and 59. RGB value is (86,18,89). Sum of RGB (Red+Green+Blue) = 86+18+89=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #561259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561259 is #A9EDA6. Grayscale: #2E2E2E. Windows color (decimal): -11136423 or 5837398. OLE color: 5837398.
HSL color Cylindrical-coordinate representation of color #561259: hue angle of 297.46º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561259 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 18 | 89 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.65 |
| HSL | 297.46º | 0.66% | 0.21% | - |
| HSV(B) | 297.46º | 0.8% | 0.35% | - |
| XYZ | 5.86 | 3.13 | 9.75 | - |
| YUV | 46.43 | 152.03 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 18 | 89 | 0.03 | 0.80 | 0 | 0.65 | 297.46 | 0.66 | 0.21 |
| Hex | 56 | 12 | 59 | 3 | 50 | 0 | 41 | 129 | 42 | 15 |
| Octal | 126 | 22 | 131 | 3 | 120 | 0 | 101 | 451 | 102 | 25 |
| Binary | 1010110 | 10010 | 1011001 | 11 | 1010000 | 0 | 1000001 | 100101001 | 1000010 | 10101 |
Color Harmonies of #561259
Complementary color
Monochromatic Colors of #561259
Black with #561259
Text Example
Text Example
White with #561259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561259; }
p { color: rgb(86,18,89); }
H1.HeaderClassName
{
color: #561259;
}
.AnyTagClassName
{
color: #561259;
}
</style>
background-color css
<style>
a { background-color: #561259; }
a { background-color: rgb(86,18,89); }
div.DivClassName
{
background-color: #561259;
}
.BgClassName
{
background-color: #561259;
}
</style>
border-color css
<style>
span { border-color: #561259; }
span { border-color: rgb(86,18,89); }
td.TdClassName
{
border-color: #561259;
}
.TagClassName
{
border-color: #561259;
}
</style>