Shades of Hot Purple #562C5A
Tints of Hot Purple #562C5A
RGB
CMYK
RGB Variations
Color information
#562C5A (or 0x562C5A) is known color: Hot Purple. HEX triplet: 56, 2C and 5A. RGB value is (86,44,90). Sum of RGB (Red+Green+Blue) = 86+44+90=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 90 - color contains mainly: blue. Hex color #562C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562C5A is #A9D3A5. Grayscale: #3D3D3D. Windows color (decimal): -11129766 or 5909590. OLE color: 5909590.
HSL color Cylindrical-coordinate representation of color #562C5A: hue angle of 294.78º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #562C5A is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 44 | 90 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.65 |
| HSL | 294.78º | 0.34% | 0.26% | - |
| HSV(B) | 294.78º | 0.51% | 0.35% | - |
| XYZ | 6.58 | 4.52 | 10.2 | - |
| YUV | 61.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 44 | 90 | 0.04 | 0.51 | 0 | 0.65 | 294.78 | 0.34 | 0.26 |
| Hex | 56 | 2C | 5A | 4 | 33 | 0 | 41 | 127 | 22 | 1A |
| Octal | 126 | 54 | 132 | 4 | 63 | 0 | 101 | 447 | 42 | 32 |
| Binary | 1010110 | 101100 | 1011010 | 100 | 110011 | 0 | 1000001 | 100100111 | 100010 | 11010 |
Color Harmonies of #562C5A
Complementary color
Monochromatic Colors of #562C5A
Black with #562C5A
Text Example
Text Example
White with #562C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562C5A; }
p { color: rgb(86,44,90); }
H1.HeaderClassName
{
color: #562C5A;
}
.AnyTagClassName
{
color: #562C5A;
}
</style>
background-color css
<style>
a { background-color: #562C5A; }
a { background-color: rgb(86,44,90); }
div.DivClassName
{
background-color: #562C5A;
}
.BgClassName
{
background-color: #562C5A;
}
</style>
border-color css
<style>
span { border-color: #562C5A; }
span { border-color: rgb(86,44,90); }
td.TdClassName
{
border-color: #562C5A;
}
.TagClassName
{
border-color: #562C5A;
}
</style>