Shades of Hot Purple #56175D
Tints of Hot Purple #56175D
RGB
CMYK
RGB Variations
Color information
#56175D (or 0x56175D) is known color: Hot Purple. HEX triplet: 56, 17 and 5D. RGB value is (86,23,93). Sum of RGB (Red+Green+Blue) = 86+23+93=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #56175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56175D is #A9E8A2. Grayscale: #313131. Windows color (decimal): -11135139 or 6100822. OLE color: 6100822.
HSL color Cylindrical-coordinate representation of color #56175D: hue angle of 294º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #56175D is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 23 | 93 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.64 |
| HSL | 294º | 0.6% | 0.23% | - |
| HSV(B) | 294º | 0.75% | 0.36% | - |
| XYZ | 6.12 | 3.38 | 10.69 | - |
| YUV | 49.82 | 152.37 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 23 | 93 | 0.08 | 0.75 | 0 | 0.64 | 294 | 0.6 | 0.23 |
| Hex | 56 | 17 | 5D | 8 | 4B | 0 | 40 | 126 | 3C | 17 |
| Octal | 126 | 27 | 135 | 10 | 113 | 0 | 100 | 446 | 74 | 27 |
| Binary | 1010110 | 10111 | 1011101 | 1000 | 1001011 | 0 | 1000000 | 100100110 | 111100 | 10111 |
Color Harmonies of #56175D
Complementary color
Monochromatic Colors of #56175D
Black with #56175D
Text Example
Text Example
White with #56175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56175D; }
p { color: rgb(86,23,93); }
H1.HeaderClassName
{
color: #56175D;
}
.AnyTagClassName
{
color: #56175D;
}
</style>
background-color css
<style>
a { background-color: #56175D; }
a { background-color: rgb(86,23,93); }
div.DivClassName
{
background-color: #56175D;
}
.BgClassName
{
background-color: #56175D;
}
</style>
border-color css
<style>
span { border-color: #56175D; }
span { border-color: rgb(86,23,93); }
td.TdClassName
{
border-color: #56175D;
}
.TagClassName
{
border-color: #56175D;
}
</style>