Shades of Hot Purple #552A52
Tints of Hot Purple #552A52
RGB
CMYK
RGB Variations
Color information
#552A52 (or 0x552A52) is known color: Hot Purple. HEX triplet: 55, 2A and 52. RGB value is (85,42,82). Sum of RGB (Red+Green+Blue) = 85+42+82=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #552A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552A52 is #AAD5AD. Grayscale: #3B3B3B. Windows color (decimal): -11195822 or 5384789. OLE color: 5384789.
HSL color Cylindrical-coordinate representation of color #552A52: hue angle of 304.19º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #552A52 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 42 | 82 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.67 |
| HSL | 304.19º | 0.34% | 0.25% | - |
| HSV(B) | 304.19º | 0.51% | 0.33% | - |
| XYZ | 6.1 | 4.2 | 8.47 | - |
| YUV | 59.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 82 | 0 | 0.51 | 0.04 | 0.67 | 304.19 | 0.34 | 0.25 |
| Hex | 55 | 2A | 52 | 0 | 33 | 4 | 43 | 130 | 22 | 19 |
| Octal | 125 | 52 | 122 | 0 | 63 | 4 | 103 | 460 | 42 | 31 |
| Binary | 1010101 | 101010 | 1010010 | 0 | 110011 | 100 | 1000011 | 100110000 | 100010 | 11001 |
Color Harmonies of #552A52
Complementary color
Monochromatic Colors of #552A52
Black with #552A52
Text Example
Text Example
White with #552A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A52; }
p { color: rgb(85,42,82); }
H1.HeaderClassName
{
color: #552A52;
}
.AnyTagClassName
{
color: #552A52;
}
</style>
background-color css
<style>
a { background-color: #552A52; }
a { background-color: rgb(85,42,82); }
div.DivClassName
{
background-color: #552A52;
}
.BgClassName
{
background-color: #552A52;
}
</style>
border-color css
<style>
span { border-color: #552A52; }
span { border-color: rgb(85,42,82); }
td.TdClassName
{
border-color: #552A52;
}
.TagClassName
{
border-color: #552A52;
}
</style>