Shades of Hot Purple #562B57
Tints of Hot Purple #562B57
RGB
CMYK
RGB Variations
Color information
#562B57 (or 0x562B57) is known color: Hot Purple. HEX triplet: 56, 2B and 57. RGB value is (86,43,87). Sum of RGB (Red+Green+Blue) = 86+43+87=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 87 - color contains mainly: blue. Hex color #562B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562B57 is #A9D4A8. Grayscale: #3C3C3C. Windows color (decimal): -11130025 or 5712726. OLE color: 5712726.
HSL color Cylindrical-coordinate representation of color #562B57: hue angle of 298.64º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #562B57 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 43 | 87 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.66 |
| HSL | 298.64º | 0.34% | 0.25% | - |
| HSV(B) | 298.64º | 0.51% | 0.34% | - |
| XYZ | 6.42 | 4.39 | 9.53 | - |
| YUV | 60.87 | 142.75 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 43 | 87 | 0.01 | 0.51 | 0 | 0.66 | 298.64 | 0.34 | 0.25 |
| Hex | 56 | 2B | 57 | 1 | 33 | 0 | 42 | 12B | 22 | 19 |
| Octal | 126 | 53 | 127 | 1 | 63 | 0 | 102 | 453 | 42 | 31 |
| Binary | 1010110 | 101011 | 1010111 | 1 | 110011 | 0 | 1000010 | 100101011 | 100010 | 11001 |
Color Harmonies of #562B57
Complementary color
Monochromatic Colors of #562B57
Black with #562B57
Text Example
Text Example
White with #562B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562B57; }
p { color: rgb(86,43,87); }
H1.HeaderClassName
{
color: #562B57;
}
.AnyTagClassName
{
color: #562B57;
}
</style>
background-color css
<style>
a { background-color: #562B57; }
a { background-color: rgb(86,43,87); }
div.DivClassName
{
background-color: #562B57;
}
.BgClassName
{
background-color: #562B57;
}
</style>
border-color css
<style>
span { border-color: #562B57; }
span { border-color: rgb(86,43,87); }
td.TdClassName
{
border-color: #562B57;
}
.TagClassName
{
border-color: #562B57;
}
</style>