Shades of Hot Purple #552C60
Tints of Hot Purple #552C60
RGB
CMYK
RGB Variations
Color information
#552C60 (or 0x552C60) is known color: Hot Purple. HEX triplet: 55, 2C and 60. RGB value is (85,44,96). Sum of RGB (Red+Green+Blue) = 85+44+96=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #552C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552C60 is #AAD39F. Grayscale: #3E3E3E. Windows color (decimal): -11195296 or 6302805. OLE color: 6302805.
HSL color Cylindrical-coordinate representation of color #552C60: hue angle of 287.31º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #552C60 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 44 | 96 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.62 |
| HSL | 287.31º | 0.37% | 0.27% | - |
| HSV(B) | 287.31º | 0.54% | 0.38% | - |
| XYZ | 6.76 | 4.58 | 11.59 | - |
| YUV | 62.19 | 147.08 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 96 | 0.11 | 0.54 | 0 | 0.62 | 287.31 | 0.37 | 0.27 |
| Hex | 55 | 2C | 60 | B | 36 | 0 | 3E | 11F | 25 | 1B |
| Octal | 125 | 54 | 140 | 13 | 66 | 0 | 76 | 437 | 45 | 33 |
| Binary | 1010101 | 101100 | 1100000 | 1011 | 110110 | 0 | 111110 | 100011111 | 100101 | 11011 |
Color Harmonies of #552C60
Complementary color
Monochromatic Colors of #552C60
Black with #552C60
Text Example
Text Example
White with #552C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C60; }
p { color: rgb(85,44,96); }
H1.HeaderClassName
{
color: #552C60;
}
.AnyTagClassName
{
color: #552C60;
}
</style>
background-color css
<style>
a { background-color: #552C60; }
a { background-color: rgb(85,44,96); }
div.DivClassName
{
background-color: #552C60;
}
.BgClassName
{
background-color: #552C60;
}
</style>
border-color css
<style>
span { border-color: #552C60; }
span { border-color: rgb(85,44,96); }
td.TdClassName
{
border-color: #552C60;
}
.TagClassName
{
border-color: #552C60;
}
</style>