Shades of Hot Purple #552A54
Tints of Hot Purple #552A54
RGB
CMYK
RGB Variations
Color information
#552A54 (or 0x552A54) is known color: Hot Purple. HEX triplet: 55, 2A and 54. RGB value is (85,42,84). Sum of RGB (Red+Green+Blue) = 85+42+84=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #552A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552A54 is #AAD5AB. Grayscale: #3B3B3B. Windows color (decimal): -11195820 or 5515861. OLE color: 5515861.
HSL color Cylindrical-coordinate representation of color #552A54: hue angle of 301.4º 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 #552A54 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 42 | 84 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.67 |
| HSL | 301.4º | 0.34% | 0.25% | - |
| HSV(B) | 301.4º | 0.51% | 0.33% | - |
| XYZ | 6.17 | 4.23 | 8.88 | - |
| YUV | 59.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 42 | 84 | 0 | 0.51 | 0.01 | 0.67 | 301.4 | 0.34 | 0.25 |
| Hex | 55 | 2A | 54 | 0 | 33 | 1 | 43 | 12D | 22 | 19 |
| Octal | 125 | 52 | 124 | 0 | 63 | 1 | 103 | 455 | 42 | 31 |
| Binary | 1010101 | 101010 | 1010100 | 0 | 110011 | 1 | 1000011 | 100101101 | 100010 | 11001 |
Color Harmonies of #552A54
Complementary color
Monochromatic Colors of #552A54
Black with #552A54
Text Example
Text Example
White with #552A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552A54; }
p { color: rgb(85,42,84); }
H1.HeaderClassName
{
color: #552A54;
}
.AnyTagClassName
{
color: #552A54;
}
</style>
background-color css
<style>
a { background-color: #552A54; }
a { background-color: rgb(85,42,84); }
div.DivClassName
{
background-color: #552A54;
}
.BgClassName
{
background-color: #552A54;
}
</style>
border-color css
<style>
span { border-color: #552A54; }
span { border-color: rgb(85,42,84); }
td.TdClassName
{
border-color: #552A54;
}
.TagClassName
{
border-color: #552A54;
}
</style>