Shades of Hot Purple #55205C
Tints of Hot Purple #55205C
RGB
CMYK
RGB Variations
Color information
#55205C (or 0x55205C) is known color: Hot Purple. HEX triplet: 55, 20 and 5C. RGB value is (85,32,92). Sum of RGB (Red+Green+Blue) = 85+32+92=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 92 - color contains mainly: blue. Hex color #55205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55205C is #AADFA3. Grayscale: #363636. Windows color (decimal): -11198372 or 6037589. OLE color: 6037589.
HSL color Cylindrical-coordinate representation of color #55205C: hue angle of 293º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55205C is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 32 | 92 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.64 |
| HSL | 293º | 0.48% | 0.24% | - |
| HSV(B) | 293º | 0.65% | 0.36% | - |
| XYZ | 6.19 | 3.74 | 10.52 | - |
| YUV | 54.69 | 149.06 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 92 | 0.08 | 0.65 | 0 | 0.64 | 293 | 0.48 | 0.24 |
| Hex | 55 | 20 | 5C | 8 | 41 | 0 | 40 | 125 | 30 | 18 |
| Octal | 125 | 40 | 134 | 10 | 101 | 0 | 100 | 445 | 60 | 30 |
| Binary | 1010101 | 100000 | 1011100 | 1000 | 1000001 | 0 | 1000000 | 100100101 | 110000 | 11000 |
Color Harmonies of #55205C
Complementary color
Monochromatic Colors of #55205C
Black with #55205C
Text Example
Text Example
White with #55205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55205C; }
p { color: rgb(85,32,92); }
H1.HeaderClassName
{
color: #55205C;
}
.AnyTagClassName
{
color: #55205C;
}
</style>
background-color css
<style>
a { background-color: #55205C; }
a { background-color: rgb(85,32,92); }
div.DivClassName
{
background-color: #55205C;
}
.BgClassName
{
background-color: #55205C;
}
</style>
border-color css
<style>
span { border-color: #55205C; }
span { border-color: rgb(85,32,92); }
td.TdClassName
{
border-color: #55205C;
}
.TagClassName
{
border-color: #55205C;
}
</style>