Shades of Hot Purple #552C52
Tints of Hot Purple #552C52
RGB
CMYK
RGB Variations
Color information
#552C52 (or 0x552C52) is known color: Hot Purple. HEX triplet: 55, 2C and 52. RGB value is (85,44,82). Sum of RGB (Red+Green+Blue) = 85+44+82=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #552C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552C52 is #AAD3AD. Grayscale: #3C3C3C. Windows color (decimal): -11195310 or 5385301. OLE color: 5385301.
HSL color Cylindrical-coordinate representation of color #552C52: hue angle of 304.39º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #552C52 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 44 | 82 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.67 |
| HSL | 304.39º | 0.32% | 0.25% | - |
| HSV(B) | 304.39º | 0.48% | 0.33% | - |
| XYZ | 6.17 | 4.34 | 8.5 | - |
| YUV | 60.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 82 | 0 | 0.48 | 0.04 | 0.67 | 304.39 | 0.32 | 0.25 |
| Hex | 55 | 2C | 52 | 0 | 30 | 4 | 43 | 130 | 20 | 19 |
| Octal | 125 | 54 | 122 | 0 | 60 | 4 | 103 | 460 | 40 | 31 |
| Binary | 1010101 | 101100 | 1010010 | 0 | 110000 | 100 | 1000011 | 100110000 | 100000 | 11001 |
Color Harmonies of #552C52
Complementary color
Monochromatic Colors of #552C52
Black with #552C52
Text Example
Text Example
White with #552C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C52; }
p { color: rgb(85,44,82); }
H1.HeaderClassName
{
color: #552C52;
}
.AnyTagClassName
{
color: #552C52;
}
</style>
background-color css
<style>
a { background-color: #552C52; }
a { background-color: rgb(85,44,82); }
div.DivClassName
{
background-color: #552C52;
}
.BgClassName
{
background-color: #552C52;
}
</style>
border-color css
<style>
span { border-color: #552C52; }
span { border-color: rgb(85,44,82); }
td.TdClassName
{
border-color: #552C52;
}
.TagClassName
{
border-color: #552C52;
}
</style>