Shades of Hot Purple #552959
Tints of Hot Purple #552959
RGB
CMYK
RGB Variations
Color information
#552959 (or 0x552959) is known color: Hot Purple. HEX triplet: 55, 29 and 59. RGB value is (85,41,89). Sum of RGB (Red+Green+Blue) = 85+41+89=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #552959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552959 is #AAD6A6. Grayscale: #3B3B3B. Windows color (decimal): -11196071 or 5843285. OLE color: 5843285.
HSL color Cylindrical-coordinate representation of color #552959: hue angle of 295º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #552959 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 41 | 89 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.65 |
| HSL | 295º | 0.37% | 0.25% | - |
| HSV(B) | 295º | 0.54% | 0.35% | - |
| XYZ | 6.34 | 4.24 | 9.94 | - |
| YUV | 59.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 41 | 89 | 0.04 | 0.54 | 0 | 0.65 | 295 | 0.37 | 0.25 |
| Hex | 55 | 29 | 59 | 4 | 36 | 0 | 41 | 127 | 25 | 19 |
| Octal | 125 | 51 | 131 | 4 | 66 | 0 | 101 | 447 | 45 | 31 |
| Binary | 1010101 | 101001 | 1011001 | 100 | 110110 | 0 | 1000001 | 100100111 | 100101 | 11001 |
Color Harmonies of #552959
Complementary color
Monochromatic Colors of #552959
Black with #552959
Text Example
Text Example
White with #552959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552959; }
p { color: rgb(85,41,89); }
H1.HeaderClassName
{
color: #552959;
}
.AnyTagClassName
{
color: #552959;
}
</style>
background-color css
<style>
a { background-color: #552959; }
a { background-color: rgb(85,41,89); }
div.DivClassName
{
background-color: #552959;
}
.BgClassName
{
background-color: #552959;
}
</style>
border-color css
<style>
span { border-color: #552959; }
span { border-color: rgb(85,41,89); }
td.TdClassName
{
border-color: #552959;
}
.TagClassName
{
border-color: #552959;
}
</style>