Shades of Hot Purple #55055D
Tints of Hot Purple #55055D
RGB
CMYK
RGB Variations
Color information
#55055D (or 0x55055D) is known color: Hot Purple. HEX triplet: 55, 05 and 5D. RGB value is (85,5,93). Sum of RGB (Red+Green+Blue) = 85+5+93=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #55055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55055D is #AAFAA2. Grayscale: #262626. Windows color (decimal): -11205283 or 6096213. OLE color: 6096213.
HSL color Cylindrical-coordinate representation of color #55055D: hue angle of 294.55º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55055D is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 5 | 93 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.64 |
| HSL | 294.55º | 0.9% | 0.19% | - |
| HSV(B) | 294.55º | 0.95% | 0.36% | - |
| XYZ | 5.78 | 2.83 | 10.6 | - |
| YUV | 38.95 | 158.5 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 93 | 0.09 | 0.95 | 0 | 0.64 | 294.55 | 0.9 | 0.19 |
| Hex | 55 | 5 | 5D | 9 | 5F | 0 | 40 | 127 | 5A | 13 |
| Octal | 125 | 5 | 135 | 11 | 137 | 0 | 100 | 447 | 132 | 23 |
| Binary | 1010101 | 101 | 1011101 | 1001 | 1011111 | 0 | 1000000 | 100100111 | 1011010 | 10011 |
Color Harmonies of #55055D
Complementary color
Monochromatic Colors of #55055D
Black with #55055D
Text Example
Text Example
White with #55055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55055D; }
p { color: rgb(85,5,93); }
H1.HeaderClassName
{
color: #55055D;
}
.AnyTagClassName
{
color: #55055D;
}
</style>
background-color css
<style>
a { background-color: #55055D; }
a { background-color: rgb(85,5,93); }
div.DivClassName
{
background-color: #55055D;
}
.BgClassName
{
background-color: #55055D;
}
</style>
border-color css
<style>
span { border-color: #55055D; }
span { border-color: rgb(85,5,93); }
td.TdClassName
{
border-color: #55055D;
}
.TagClassName
{
border-color: #55055D;
}
</style>