Shades of Hot Purple #561459
Tints of Hot Purple #561459
RGB
CMYK
RGB Variations
Color information
#561459 (or 0x561459) is known color: Hot Purple. HEX triplet: 56, 14 and 59. RGB value is (86,20,89). Sum of RGB (Red+Green+Blue) = 86+20+89=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #561459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561459 is #A9EBA6. Grayscale: #2F2F2F. Windows color (decimal): -11135911 or 5837910. OLE color: 5837910.
HSL color Cylindrical-coordinate representation of color #561459: hue angle of 297.39º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #561459 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 20 | 89 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.65 |
| HSL | 297.39º | 0.63% | 0.21% | - |
| HSV(B) | 297.39º | 0.78% | 0.35% | - |
| XYZ | 5.89 | 3.2 | 9.76 | - |
| YUV | 47.6 | 151.37 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 20 | 89 | 0.03 | 0.78 | 0 | 0.65 | 297.39 | 0.63 | 0.21 |
| Hex | 56 | 14 | 59 | 3 | 4E | 0 | 41 | 129 | 3F | 15 |
| Octal | 126 | 24 | 131 | 3 | 116 | 0 | 101 | 451 | 77 | 25 |
| Binary | 1010110 | 10100 | 1011001 | 11 | 1001110 | 0 | 1000001 | 100101001 | 111111 | 10101 |
Color Harmonies of #561459
Complementary color
Monochromatic Colors of #561459
Black with #561459
Text Example
Text Example
White with #561459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561459; }
p { color: rgb(86,20,89); }
H1.HeaderClassName
{
color: #561459;
}
.AnyTagClassName
{
color: #561459;
}
</style>
background-color css
<style>
a { background-color: #561459; }
a { background-color: rgb(86,20,89); }
div.DivClassName
{
background-color: #561459;
}
.BgClassName
{
background-color: #561459;
}
</style>
border-color css
<style>
span { border-color: #561459; }
span { border-color: rgb(86,20,89); }
td.TdClassName
{
border-color: #561459;
}
.TagClassName
{
border-color: #561459;
}
</style>