Shades of Hot Purple #56055E
Tints of Hot Purple #56055E
RGB
CMYK
RGB Variations
Color information
#56055E (or 0x56055E) is known color: Hot Purple. HEX triplet: 56, 05 and 5E. RGB value is (86,5,94). Sum of RGB (Red+Green+Blue) = 86+5+94=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #56055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56055E is #A9FAA1. Grayscale: #272727. Windows color (decimal): -11139746 or 6161750. OLE color: 6161750.
HSL color Cylindrical-coordinate representation of color #56055E: hue angle of 294.61º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #56055E is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 86 | 5 | 94 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.63 |
| HSL | 294.61º | 0.9% | 0.19% | - |
| HSV(B) | 294.61º | 0.95% | 0.37% | - |
| XYZ | 5.91 | 2.9 | 10.84 | - |
| YUV | 39.37 | 158.84 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 5 | 94 | 0.09 | 0.95 | 0 | 0.63 | 294.61 | 0.9 | 0.19 |
| Hex | 56 | 5 | 5E | 9 | 5F | 0 | 3F | 127 | 5A | 13 |
| Octal | 126 | 5 | 136 | 11 | 137 | 0 | 77 | 447 | 132 | 23 |
| Binary | 1010110 | 101 | 1011110 | 1001 | 1011111 | 0 | 111111 | 100100111 | 1011010 | 10011 |
Color Harmonies of #56055E
Complementary color
Monochromatic Colors of #56055E
Black with #56055E
Text Example
Text Example
White with #56055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56055E; }
p { color: rgb(86,5,94); }
H1.HeaderClassName
{
color: #56055E;
}
.AnyTagClassName
{
color: #56055E;
}
</style>
background-color css
<style>
a { background-color: #56055E; }
a { background-color: rgb(86,5,94); }
div.DivClassName
{
background-color: #56055E;
}
.BgClassName
{
background-color: #56055E;
}
</style>
border-color css
<style>
span { border-color: #56055E; }
span { border-color: rgb(86,5,94); }
td.TdClassName
{
border-color: #56055E;
}
.TagClassName
{
border-color: #56055E;
}
</style>