Shades of Hot Purple #561257
Tints of Hot Purple #561257
RGB
CMYK
RGB Variations
Color information
#561257 (or 0x561257) is known color: Hot Purple. HEX triplet: 56, 12 and 57. RGB value is (86,18,87). Sum of RGB (Red+Green+Blue) = 86+18+87=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #561257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561257 is #A9EDA8. Grayscale: #2D2D2D. Windows color (decimal): -11136425 or 5706326. OLE color: 5706326.
HSL color Cylindrical-coordinate representation of color #561257: hue angle of 299.13º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #561257 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 18 | 87 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.66 |
| HSL | 299.13º | 0.66% | 0.21% | - |
| HSV(B) | 299.13º | 0.79% | 0.34% | - |
| XYZ | 5.77 | 3.1 | 9.31 | - |
| YUV | 46.2 | 151.03 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 18 | 87 | 0.01 | 0.79 | 0 | 0.66 | 299.13 | 0.66 | 0.21 |
| Hex | 56 | 12 | 57 | 1 | 4F | 0 | 42 | 12B | 42 | 15 |
| Octal | 126 | 22 | 127 | 1 | 117 | 0 | 102 | 453 | 102 | 25 |
| Binary | 1010110 | 10010 | 1010111 | 1 | 1001111 | 0 | 1000010 | 100101011 | 1000010 | 10101 |
Color Harmonies of #561257
Complementary color
Monochromatic Colors of #561257
Black with #561257
Text Example
Text Example
White with #561257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561257; }
p { color: rgb(86,18,87); }
H1.HeaderClassName
{
color: #561257;
}
.AnyTagClassName
{
color: #561257;
}
</style>
background-color css
<style>
a { background-color: #561257; }
a { background-color: rgb(86,18,87); }
div.DivClassName
{
background-color: #561257;
}
.BgClassName
{
background-color: #561257;
}
</style>
border-color css
<style>
span { border-color: #561257; }
span { border-color: rgb(86,18,87); }
td.TdClassName
{
border-color: #561257;
}
.TagClassName
{
border-color: #561257;
}
</style>