Shades of Hot Purple #56065D
Tints of Hot Purple #56065D
RGB
CMYK
RGB Variations
Color information
#56065D (or 0x56065D) is known color: Hot Purple. HEX triplet: 56, 06 and 5D. RGB value is (86,6,93). Sum of RGB (Red+Green+Blue) = 86+6+93=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #56065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56065D is #A9F9A2. Grayscale: #272727. Windows color (decimal): -11139491 or 6096470. OLE color: 6096470.
HSL color Cylindrical-coordinate representation of color #56065D: hue angle of 295.17º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #56065D is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 6 | 93 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.64 |
| HSL | 295.17º | 0.88% | 0.19% | - |
| HSV(B) | 295.17º | 0.94% | 0.36% | - |
| XYZ | 5.88 | 2.9 | 10.61 | - |
| YUV | 39.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 6 | 93 | 0.08 | 0.94 | 0 | 0.64 | 295.17 | 0.88 | 0.19 |
| Hex | 56 | 6 | 5D | 8 | 5E | 0 | 40 | 127 | 58 | 13 |
| Octal | 126 | 6 | 135 | 10 | 136 | 0 | 100 | 447 | 130 | 23 |
| Binary | 1010110 | 110 | 1011101 | 1000 | 1011110 | 0 | 1000000 | 100100111 | 1011000 | 10011 |
Color Harmonies of #56065D
Complementary color
Monochromatic Colors of #56065D
Black with #56065D
Text Example
Text Example
White with #56065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56065D; }
p { color: rgb(86,6,93); }
H1.HeaderClassName
{
color: #56065D;
}
.AnyTagClassName
{
color: #56065D;
}
</style>
background-color css
<style>
a { background-color: #56065D; }
a { background-color: rgb(86,6,93); }
div.DivClassName
{
background-color: #56065D;
}
.BgClassName
{
background-color: #56065D;
}
</style>
border-color css
<style>
span { border-color: #56065D; }
span { border-color: rgb(86,6,93); }
td.TdClassName
{
border-color: #56065D;
}
.TagClassName
{
border-color: #56065D;
}
</style>