Shades of Hot Purple #56075D
Tints of Hot Purple #56075D
RGB
CMYK
RGB Variations
Color information
#56075D (or 0x56075D) is known color: Hot Purple. HEX triplet: 56, 07 and 5D. RGB value is (86,7,93). Sum of RGB (Red+Green+Blue) = 86+7+93=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #56075D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56075D is #A9F8A2. Grayscale: #282828. Windows color (decimal): -11139235 or 6096726. OLE color: 6096726.
HSL color Cylindrical-coordinate representation of color #56075D: hue angle of 295.12º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56075D is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 7 | 93 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.64 |
| HSL | 295.12º | 0.86% | 0.2% | - |
| HSV(B) | 295.12º | 0.92% | 0.36% | - |
| XYZ | 5.89 | 2.92 | 10.61 | - |
| YUV | 40.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 7 | 93 | 0.08 | 0.92 | 0 | 0.64 | 295.12 | 0.86 | 0.2 |
| Hex | 56 | 7 | 5D | 8 | 5C | 0 | 40 | 127 | 56 | 14 |
| Octal | 126 | 7 | 135 | 10 | 134 | 0 | 100 | 447 | 126 | 24 |
| Binary | 1010110 | 111 | 1011101 | 1000 | 1011100 | 0 | 1000000 | 100100111 | 1010110 | 10100 |
Color Harmonies of #56075D
Complementary color
Monochromatic Colors of #56075D
Black with #56075D
Text Example
Text Example
White with #56075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56075D; }
p { color: rgb(86,7,93); }
H1.HeaderClassName
{
color: #56075D;
}
.AnyTagClassName
{
color: #56075D;
}
</style>
background-color css
<style>
a { background-color: #56075D; }
a { background-color: rgb(86,7,93); }
div.DivClassName
{
background-color: #56075D;
}
.BgClassName
{
background-color: #56075D;
}
</style>
border-color css
<style>
span { border-color: #56075D; }
span { border-color: rgb(86,7,93); }
td.TdClassName
{
border-color: #56075D;
}
.TagClassName
{
border-color: #56075D;
}
</style>