Shades of Hot Purple #55205D
Tints of Hot Purple #55205D
RGB
CMYK
RGB Variations
Color information
#55205D (or 0x55205D) is known color: Hot Purple. HEX triplet: 55, 20 and 5D. RGB value is (85,32,93). Sum of RGB (Red+Green+Blue) = 85+32+93=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #55205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55205D is #AADFA2. Grayscale: #363636. Windows color (decimal): -11198371 or 6103125. OLE color: 6103125.
HSL color Cylindrical-coordinate representation of color #55205D: hue angle of 292.13º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55205D is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 32 | 93 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.64 |
| HSL | 292.13º | 0.49% | 0.25% | - |
| HSV(B) | 292.13º | 0.66% | 0.36% | - |
| XYZ | 6.24 | 3.75 | 10.75 | - |
| YUV | 54.8 | 149.56 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 93 | 0.09 | 0.66 | 0 | 0.64 | 292.13 | 0.49 | 0.25 |
| Hex | 55 | 20 | 5D | 9 | 42 | 0 | 40 | 124 | 31 | 19 |
| Octal | 125 | 40 | 135 | 11 | 102 | 0 | 100 | 444 | 61 | 31 |
| Binary | 1010101 | 100000 | 1011101 | 1001 | 1000010 | 0 | 1000000 | 100100100 | 110001 | 11001 |
Color Harmonies of #55205D
Complementary color
Monochromatic Colors of #55205D
Black with #55205D
Text Example
Text Example
White with #55205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55205D; }
p { color: rgb(85,32,93); }
H1.HeaderClassName
{
color: #55205D;
}
.AnyTagClassName
{
color: #55205D;
}
</style>
background-color css
<style>
a { background-color: #55205D; }
a { background-color: rgb(85,32,93); }
div.DivClassName
{
background-color: #55205D;
}
.BgClassName
{
background-color: #55205D;
}
</style>
border-color css
<style>
span { border-color: #55205D; }
span { border-color: rgb(85,32,93); }
td.TdClassName
{
border-color: #55205D;
}
.TagClassName
{
border-color: #55205D;
}
</style>