Shades of Hot Purple #56215D
Tints of Hot Purple #56215D
RGB
CMYK
RGB Variations
Color information
#56215D (or 0x56215D) is known color: Hot Purple. HEX triplet: 56, 21 and 5D. RGB value is (86,33,93). Sum of RGB (Red+Green+Blue) = 86+33+93=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #56215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56215D is #A9DEA2. Grayscale: #373737. Windows color (decimal): -11132579 or 6103382. OLE color: 6103382.
HSL color Cylindrical-coordinate representation of color #56215D: hue angle of 293º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56215D is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 33 | 93 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.64 |
| HSL | 293º | 0.48% | 0.25% | - |
| HSV(B) | 293º | 0.65% | 0.36% | - |
| XYZ | 6.36 | 3.86 | 10.77 | - |
| YUV | 55.69 | 149.06 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 33 | 93 | 0.08 | 0.65 | 0 | 0.64 | 293 | 0.48 | 0.25 |
| Hex | 56 | 21 | 5D | 8 | 41 | 0 | 40 | 125 | 30 | 19 |
| Octal | 126 | 41 | 135 | 10 | 101 | 0 | 100 | 445 | 60 | 31 |
| Binary | 1010110 | 100001 | 1011101 | 1000 | 1000001 | 0 | 1000000 | 100100101 | 110000 | 11001 |
Color Harmonies of #56215D
Complementary color
Monochromatic Colors of #56215D
Black with #56215D
Text Example
Text Example
White with #56215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56215D; }
p { color: rgb(86,33,93); }
H1.HeaderClassName
{
color: #56215D;
}
.AnyTagClassName
{
color: #56215D;
}
</style>
background-color css
<style>
a { background-color: #56215D; }
a { background-color: rgb(86,33,93); }
div.DivClassName
{
background-color: #56215D;
}
.BgClassName
{
background-color: #56215D;
}
</style>
border-color css
<style>
span { border-color: #56215D; }
span { border-color: rgb(86,33,93); }
td.TdClassName
{
border-color: #56215D;
}
.TagClassName
{
border-color: #56215D;
}
</style>