Shades of Hot Purple #562D5A
Tints of Hot Purple #562D5A
RGB
CMYK
RGB Variations
Color information
#562D5A (or 0x562D5A) is known color: Hot Purple. HEX triplet: 56, 2D and 5A. RGB value is (86,45,90). Sum of RGB (Red+Green+Blue) = 86+45+90=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 90 - color contains mainly: blue. Hex color #562D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562D5A is #A9D2A5. Grayscale: #3E3E3E. Windows color (decimal): -11129510 or 5909846. OLE color: 5909846.
HSL color Cylindrical-coordinate representation of color #562D5A: hue angle of 294.67º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #562D5A is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 45 | 90 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.65 |
| HSL | 294.67º | 0.33% | 0.26% | - |
| HSV(B) | 294.67º | 0.5% | 0.35% | - |
| XYZ | 6.62 | 4.59 | 10.21 | - |
| YUV | 62.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 90 | 0.04 | 0.50 | 0 | 0.65 | 294.67 | 0.33 | 0.26 |
| Hex | 56 | 2D | 5A | 4 | 32 | 0 | 41 | 127 | 21 | 1A |
| Octal | 126 | 55 | 132 | 4 | 62 | 0 | 101 | 447 | 41 | 32 |
| Binary | 1010110 | 101101 | 1011010 | 100 | 110010 | 0 | 1000001 | 100100111 | 100001 | 11010 |
Color Harmonies of #562D5A
Complementary color
Monochromatic Colors of #562D5A
Black with #562D5A
Text Example
Text Example
White with #562D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562D5A; }
p { color: rgb(86,45,90); }
H1.HeaderClassName
{
color: #562D5A;
}
.AnyTagClassName
{
color: #562D5A;
}
</style>
background-color css
<style>
a { background-color: #562D5A; }
a { background-color: rgb(86,45,90); }
div.DivClassName
{
background-color: #562D5A;
}
.BgClassName
{
background-color: #562D5A;
}
</style>
border-color css
<style>
span { border-color: #562D5A; }
span { border-color: rgb(86,45,90); }
td.TdClassName
{
border-color: #562D5A;
}
.TagClassName
{
border-color: #562D5A;
}
</style>