Shades of Hot Purple #553959
Tints of Hot Purple #553959
RGB
CMYK
RGB Variations
Color information
#553959 (or 0x553959) is known color: Hot Purple. HEX triplet: 55, 39 and 59. RGB value is (85,57,89). Sum of RGB (Red+Green+Blue) = 85+57+89=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: blue. Hex color #553959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553959 is #AAC6A6. Grayscale: #444444. Windows color (decimal): -11191975 or 5847381. OLE color: 5847381.
HSL color Cylindrical-coordinate representation of color #553959: hue angle of 292.5º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #553959 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 57 | 89 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.65 |
| HSL | 292.5º | 0.22% | 0.29% | - |
| HSV(B) | 292.5º | 0.36% | 0.35% | - |
| XYZ | 7.01 | 5.58 | 10.16 | - |
| YUV | 69.02 | 139.28 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 57 | 89 | 0.04 | 0.36 | 0 | 0.65 | 292.5 | 0.22 | 0.29 |
| Hex | 55 | 39 | 59 | 4 | 24 | 0 | 41 | 124 | 16 | 1D |
| Octal | 125 | 71 | 131 | 4 | 44 | 0 | 101 | 444 | 26 | 35 |
| Binary | 1010101 | 111001 | 1011001 | 100 | 100100 | 0 | 1000001 | 100100100 | 10110 | 11101 |
Color Harmonies of #553959
Complementary color
Monochromatic Colors of #553959
Black with #553959
Text Example
Text Example
White with #553959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553959; }
p { color: rgb(85,57,89); }
H1.HeaderClassName
{
color: #553959;
}
.AnyTagClassName
{
color: #553959;
}
</style>
background-color css
<style>
a { background-color: #553959; }
a { background-color: rgb(85,57,89); }
div.DivClassName
{
background-color: #553959;
}
.BgClassName
{
background-color: #553959;
}
</style>
border-color css
<style>
span { border-color: #553959; }
span { border-color: rgb(85,57,89); }
td.TdClassName
{
border-color: #553959;
}
.TagClassName
{
border-color: #553959;
}
</style>