Shades of Hot Purple #55055C
Tints of Hot Purple #55055C
RGB
CMYK
RGB Variations
Color information
#55055C (or 0x55055C) is known color: Hot Purple. HEX triplet: 55, 05 and 5C. RGB value is (85,5,92). Sum of RGB (Red+Green+Blue) = 85+5+92=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #55055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55055C is #AAFAA3. Grayscale: #262626. Windows color (decimal): -11205284 or 6030677. OLE color: 6030677.
HSL color Cylindrical-coordinate representation of color #55055C: hue angle of 295.17º 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 #55055C is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 5 | 92 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.64 |
| HSL | 295.17º | 0.9% | 0.19% | - |
| HSV(B) | 295.17º | 0.95% | 0.36% | - |
| XYZ | 5.73 | 2.81 | 10.37 | - |
| YUV | 38.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 92 | 0.08 | 0.95 | 0 | 0.64 | 295.17 | 0.9 | 0.19 |
| Hex | 55 | 5 | 5C | 8 | 5F | 0 | 40 | 127 | 5A | 13 |
| Octal | 125 | 5 | 134 | 10 | 137 | 0 | 100 | 447 | 132 | 23 |
| Binary | 1010101 | 101 | 1011100 | 1000 | 1011111 | 0 | 1000000 | 100100111 | 1011010 | 10011 |
Color Harmonies of #55055C
Complementary color
Monochromatic Colors of #55055C
Black with #55055C
Text Example
Text Example
White with #55055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55055C; }
p { color: rgb(85,5,92); }
H1.HeaderClassName
{
color: #55055C;
}
.AnyTagClassName
{
color: #55055C;
}
</style>
background-color css
<style>
a { background-color: #55055C; }
a { background-color: rgb(85,5,92); }
div.DivClassName
{
background-color: #55055C;
}
.BgClassName
{
background-color: #55055C;
}
</style>
border-color css
<style>
span { border-color: #55055C; }
span { border-color: rgb(85,5,92); }
td.TdClassName
{
border-color: #55055C;
}
.TagClassName
{
border-color: #55055C;
}
</style>