Shades of Hot Purple #552E5E
Tints of Hot Purple #552E5E
RGB
CMYK
RGB Variations
Color information
#552E5E (or 0x552E5E) is known color: Hot Purple. HEX triplet: 55, 2E and 5E. RGB value is (85,46,94). Sum of RGB (Red+Green+Blue) = 85+46+94=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 94 - color contains mainly: blue. Hex color #552E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552E5E is #AAD1A1. Grayscale: #3E3E3E. Windows color (decimal): -11194786 or 6172245. OLE color: 6172245.
HSL color Cylindrical-coordinate representation of color #552E5E: hue angle of 288.75º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #552E5E is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 46 | 94 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.63 |
| HSL | 288.75º | 0.34% | 0.27% | - |
| HSV(B) | 288.75º | 0.51% | 0.37% | - |
| XYZ | 6.74 | 4.69 | 11.14 | - |
| YUV | 63.13 | 145.42 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 94 | 0.10 | 0.51 | 0 | 0.63 | 288.75 | 0.34 | 0.27 |
| Hex | 55 | 2E | 5E | A | 33 | 0 | 3F | 121 | 22 | 1B |
| Octal | 125 | 56 | 136 | 12 | 63 | 0 | 77 | 441 | 42 | 33 |
| Binary | 1010101 | 101110 | 1011110 | 1010 | 110011 | 0 | 111111 | 100100001 | 100010 | 11011 |
Color Harmonies of #552E5E
Complementary color
Monochromatic Colors of #552E5E
Black with #552E5E
Text Example
Text Example
White with #552E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552E5E; }
p { color: rgb(85,46,94); }
H1.HeaderClassName
{
color: #552E5E;
}
.AnyTagClassName
{
color: #552E5E;
}
</style>
background-color css
<style>
a { background-color: #552E5E; }
a { background-color: rgb(85,46,94); }
div.DivClassName
{
background-color: #552E5E;
}
.BgClassName
{
background-color: #552E5E;
}
</style>
border-color css
<style>
span { border-color: #552E5E; }
span { border-color: rgb(85,46,94); }
td.TdClassName
{
border-color: #552E5E;
}
.TagClassName
{
border-color: #552E5E;
}
</style>