Shades of Hot Purple #552C53
Tints of Hot Purple #552C53
RGB
CMYK
RGB Variations
Color information
#552C53 (or 0x552C53) is known color: Hot Purple. HEX triplet: 55, 2C and 53. RGB value is (85,44,83). Sum of RGB (Red+Green+Blue) = 85+44+83=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #552C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552C53 is #AAD3AC. Grayscale: #3C3C3C. Windows color (decimal): -11195309 or 5450837. OLE color: 5450837.
HSL color Cylindrical-coordinate representation of color #552C53: hue angle of 302.93º 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 #552C53 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 44 | 83 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.67 |
| HSL | 302.93º | 0.32% | 0.25% | - |
| HSV(B) | 302.93º | 0.48% | 0.33% | - |
| XYZ | 6.21 | 4.36 | 8.7 | - |
| YUV | 60.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 83 | 0 | 0.48 | 0.02 | 0.67 | 302.93 | 0.32 | 0.25 |
| Hex | 55 | 2C | 53 | 0 | 30 | 2 | 43 | 12F | 20 | 19 |
| Octal | 125 | 54 | 123 | 0 | 60 | 2 | 103 | 457 | 40 | 31 |
| Binary | 1010101 | 101100 | 1010011 | 0 | 110000 | 10 | 1000011 | 100101111 | 100000 | 11001 |
Color Harmonies of #552C53
Complementary color
Monochromatic Colors of #552C53
Black with #552C53
Text Example
Text Example
White with #552C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C53; }
p { color: rgb(85,44,83); }
H1.HeaderClassName
{
color: #552C53;
}
.AnyTagClassName
{
color: #552C53;
}
</style>
background-color css
<style>
a { background-color: #552C53; }
a { background-color: rgb(85,44,83); }
div.DivClassName
{
background-color: #552C53;
}
.BgClassName
{
background-color: #552C53;
}
</style>
border-color css
<style>
span { border-color: #552C53; }
span { border-color: rgb(85,44,83); }
td.TdClassName
{
border-color: #552C53;
}
.TagClassName
{
border-color: #552C53;
}
</style>