Shades of Hot Purple #562A55
Tints of Hot Purple #562A55
RGB
CMYK
RGB Variations
Color information
#562A55 (or 0x562A55) is known color: Hot Purple. HEX triplet: 56, 2A and 55. RGB value is (86,42,85). Sum of RGB (Red+Green+Blue) = 86+42+85=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 86 - color contains mainly: red. Hex color #562A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562A55 is #A9D5AA. Grayscale: #3B3B3B. Windows color (decimal): -11130283 or 5581398. OLE color: 5581398.
HSL color Cylindrical-coordinate representation of color #562A55: hue angle of 301.36º 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 #562A55 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 42 | 85 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.66 |
| HSL | 301.36º | 0.34% | 0.25% | - |
| HSV(B) | 301.36º | 0.51% | 0.34% | - |
| XYZ | 6.31 | 4.29 | 9.09 | - |
| YUV | 60.06 | 142.08 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 85 | 0 | 0.51 | 0.01 | 0.66 | 301.36 | 0.34 | 0.25 |
| Hex | 56 | 2A | 55 | 0 | 33 | 1 | 42 | 12D | 22 | 19 |
| Octal | 126 | 52 | 125 | 0 | 63 | 1 | 102 | 455 | 42 | 31 |
| Binary | 1010110 | 101010 | 1010101 | 0 | 110011 | 1 | 1000010 | 100101101 | 100010 | 11001 |
Color Harmonies of #562A55
Complementary color
Monochromatic Colors of #562A55
Black with #562A55
Text Example
Text Example
White with #562A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562A55; }
p { color: rgb(86,42,85); }
H1.HeaderClassName
{
color: #562A55;
}
.AnyTagClassName
{
color: #562A55;
}
</style>
background-color css
<style>
a { background-color: #562A55; }
a { background-color: rgb(86,42,85); }
div.DivClassName
{
background-color: #562A55;
}
.BgClassName
{
background-color: #562A55;
}
</style>
border-color css
<style>
span { border-color: #562A55; }
span { border-color: rgb(86,42,85); }
td.TdClassName
{
border-color: #562A55;
}
.TagClassName
{
border-color: #562A55;
}
</style>