Shades of Hot Purple #55065E
Tints of Hot Purple #55065E
RGB
CMYK
RGB Variations
Color information
#55065E (or 0x55065E) is known color: Hot Purple. HEX triplet: 55, 06 and 5E. RGB value is (85,6,94). Sum of RGB (Red+Green+Blue) = 85+6+94=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 6 (2.73% from 255 or 3.24% 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 #55065E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55065E is #AAF9A1. Grayscale: #272727. Windows color (decimal): -11205026 or 6162005. OLE color: 6162005.
HSL color Cylindrical-coordinate representation of color #55065E: hue angle of 293.86º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55065E is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 6 | 94 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.63 |
| HSL | 293.86º | 0.88% | 0.2% | - |
| HSV(B) | 293.86º | 0.94% | 0.37% | - |
| XYZ | 5.83 | 2.87 | 10.84 | - |
| YUV | 39.65 | 158.67 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 94 | 0.10 | 0.94 | 0 | 0.63 | 293.86 | 0.88 | 0.2 |
| Hex | 55 | 6 | 5E | A | 5E | 0 | 3F | 126 | 58 | 14 |
| Octal | 125 | 6 | 136 | 12 | 136 | 0 | 77 | 446 | 130 | 24 |
| Binary | 1010101 | 110 | 1011110 | 1010 | 1011110 | 0 | 111111 | 100100110 | 1011000 | 10100 |
Color Harmonies of #55065E
Complementary color
Monochromatic Colors of #55065E
Black with #55065E
Text Example
Text Example
White with #55065E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55065E; }
p { color: rgb(85,6,94); }
H1.HeaderClassName
{
color: #55065E;
}
.AnyTagClassName
{
color: #55065E;
}
</style>
background-color css
<style>
a { background-color: #55065E; }
a { background-color: rgb(85,6,94); }
div.DivClassName
{
background-color: #55065E;
}
.BgClassName
{
background-color: #55065E;
}
</style>
border-color css
<style>
span { border-color: #55065E; }
span { border-color: rgb(85,6,94); }
td.TdClassName
{
border-color: #55065E;
}
.TagClassName
{
border-color: #55065E;
}
</style>