Shades of Hot Purple #562D61
Tints of Hot Purple #562D61
RGB
CMYK
RGB Variations
Color information
#562D61 (or 0x562D61) is known color: Hot Purple. HEX triplet: 56, 2D and 61. RGB value is (86,45,97). Sum of RGB (Red+Green+Blue) = 86+45+97=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #562D61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562D61 is #A9D29E. Grayscale: #3F3F3F. Windows color (decimal): -11129503 or 6368598. OLE color: 6368598.
HSL color Cylindrical-coordinate representation of color #562D61: hue angle of 287.31º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #562D61 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 45 | 97 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.62 |
| HSL | 287.31º | 0.37% | 0.28% | - |
| HSV(B) | 287.31º | 0.54% | 0.38% | - |
| XYZ | 6.93 | 4.72 | 11.85 | - |
| YUV | 63.19 | 147.08 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 97 | 0.11 | 0.54 | 0 | 0.62 | 287.31 | 0.37 | 0.28 |
| Hex | 56 | 2D | 61 | B | 36 | 0 | 3E | 11F | 25 | 1C |
| Octal | 126 | 55 | 141 | 13 | 66 | 0 | 76 | 437 | 45 | 34 |
| Binary | 1010110 | 101101 | 1100001 | 1011 | 110110 | 0 | 111110 | 100011111 | 100101 | 11100 |
Color Harmonies of #562D61
Complementary color
Monochromatic Colors of #562D61
Black with #562D61
Text Example
Text Example
White with #562D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562D61; }
p { color: rgb(86,45,97); }
H1.HeaderClassName
{
color: #562D61;
}
.AnyTagClassName
{
color: #562D61;
}
</style>
background-color css
<style>
a { background-color: #562D61; }
a { background-color: rgb(86,45,97); }
div.DivClassName
{
background-color: #562D61;
}
.BgClassName
{
background-color: #562D61;
}
</style>
border-color css
<style>
span { border-color: #562D61; }
span { border-color: rgb(86,45,97); }
td.TdClassName
{
border-color: #562D61;
}
.TagClassName
{
border-color: #562D61;
}
</style>