Shades of Hot Purple #55325D
Tints of Hot Purple #55325D
RGB
CMYK
RGB Variations
Color information
#55325D (or 0x55325D) is known color: Hot Purple. HEX triplet: 55, 32 and 5D. RGB value is (85,50,93). Sum of RGB (Red+Green+Blue) = 85+50+93=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 93 - color contains mainly: blue. Hex color #55325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55325D is #AACDA2. Grayscale: #414141. Windows color (decimal): -11193763 or 6107733. OLE color: 6107733.
HSL color Cylindrical-coordinate representation of color #55325D: hue angle of 288.84º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55325D is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 50 | 93 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.64 |
| HSL | 288.84º | 0.3% | 0.28% | - |
| HSV(B) | 288.84º | 0.46% | 0.36% | - |
| XYZ | 6.86 | 5 | 10.96 | - |
| YUV | 65.37 | 143.6 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 93 | 0.09 | 0.46 | 0 | 0.64 | 288.84 | 0.3 | 0.28 |
| Hex | 55 | 32 | 5D | 9 | 2E | 0 | 40 | 121 | 1E | 1C |
| Octal | 125 | 62 | 135 | 11 | 56 | 0 | 100 | 441 | 36 | 34 |
| Binary | 1010101 | 110010 | 1011101 | 1001 | 101110 | 0 | 1000000 | 100100001 | 11110 | 11100 |
Color Harmonies of #55325D
Complementary color
Monochromatic Colors of #55325D
Black with #55325D
Text Example
Text Example
White with #55325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55325D; }
p { color: rgb(85,50,93); }
H1.HeaderClassName
{
color: #55325D;
}
.AnyTagClassName
{
color: #55325D;
}
</style>
background-color css
<style>
a { background-color: #55325D; }
a { background-color: rgb(85,50,93); }
div.DivClassName
{
background-color: #55325D;
}
.BgClassName
{
background-color: #55325D;
}
</style>
border-color css
<style>
span { border-color: #55325D; }
span { border-color: rgb(85,50,93); }
td.TdClassName
{
border-color: #55325D;
}
.TagClassName
{
border-color: #55325D;
}
</style>