Shades of Hot Purple #55055E
Tints of Hot Purple #55055E
RGB
CMYK
RGB Variations
Color information
#55055E (or 0x55055E) is known color: Hot Purple. HEX triplet: 55, 05 and 5E. RGB value is (85,5,94). Sum of RGB (Red+Green+Blue) = 85+5+94=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #55055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55055E is #AAFAA1. Grayscale: #262626. Windows color (decimal): -11205282 or 6161749. OLE color: 6161749.
HSL color Cylindrical-coordinate representation of color #55055E: hue angle of 293.93º 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 #55055E is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 5 | 94 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.63 |
| HSL | 293.93º | 0.9% | 0.19% | - |
| HSV(B) | 293.93º | 0.95% | 0.37% | - |
| XYZ | 5.82 | 2.85 | 10.83 | - |
| YUV | 39.07 | 159 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 94 | 0.10 | 0.95 | 0 | 0.63 | 293.93 | 0.9 | 0.19 |
| Hex | 55 | 5 | 5E | A | 5F | 0 | 3F | 126 | 5A | 13 |
| Octal | 125 | 5 | 136 | 12 | 137 | 0 | 77 | 446 | 132 | 23 |
| Binary | 1010101 | 101 | 1011110 | 1010 | 1011111 | 0 | 111111 | 100100110 | 1011010 | 10011 |
Color Harmonies of #55055E
Complementary color
Monochromatic Colors of #55055E
Black with #55055E
Text Example
Text Example
White with #55055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55055E; }
p { color: rgb(85,5,94); }
H1.HeaderClassName
{
color: #55055E;
}
.AnyTagClassName
{
color: #55055E;
}
</style>
background-color css
<style>
a { background-color: #55055E; }
a { background-color: rgb(85,5,94); }
div.DivClassName
{
background-color: #55055E;
}
.BgClassName
{
background-color: #55055E;
}
</style>
border-color css
<style>
span { border-color: #55055E; }
span { border-color: rgb(85,5,94); }
td.TdClassName
{
border-color: #55055E;
}
.TagClassName
{
border-color: #55055E;
}
</style>