Shades of Hot Purple #552F57
Tints of Hot Purple #552F57
RGB
CMYK
RGB Variations
Color information
#552F57 (or 0x552F57) is known color: Hot Purple. HEX triplet: 55, 2F and 57. RGB value is (85,47,87). Sum of RGB (Red+Green+Blue) = 85+47+87=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 87 (34.38% from 255 or 39.73% from 219); Max value from RGB is 87 - color contains mainly: blue. Hex color #552F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552F57 is #AAD0A8. Grayscale: #3E3E3E. Windows color (decimal): -11194537 or 5713749. OLE color: 5713749.
HSL color Cylindrical-coordinate representation of color #552F57: hue angle of 297º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #552F57 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 47 | 87 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.66 |
| HSL | 297º | 0.3% | 0.26% | - |
| HSV(B) | 297º | 0.46% | 0.34% | - |
| XYZ | 6.48 | 4.65 | 9.57 | - |
| YUV | 62.92 | 141.59 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 87 | 0.02 | 0.46 | 0 | 0.66 | 297 | 0.3 | 0.26 |
| Hex | 55 | 2F | 57 | 2 | 2E | 0 | 42 | 129 | 1E | 1A |
| Octal | 125 | 57 | 127 | 2 | 56 | 0 | 102 | 451 | 36 | 32 |
| Binary | 1010101 | 101111 | 1010111 | 10 | 101110 | 0 | 1000010 | 100101001 | 11110 | 11010 |
Color Harmonies of #552F57
Complementary color
Monochromatic Colors of #552F57
Black with #552F57
Text Example
Text Example
White with #552F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552F57; }
p { color: rgb(85,47,87); }
H1.HeaderClassName
{
color: #552F57;
}
.AnyTagClassName
{
color: #552F57;
}
</style>
background-color css
<style>
a { background-color: #552F57; }
a { background-color: rgb(85,47,87); }
div.DivClassName
{
background-color: #552F57;
}
.BgClassName
{
background-color: #552F57;
}
</style>
border-color css
<style>
span { border-color: #552F57; }
span { border-color: rgb(85,47,87); }
td.TdClassName
{
border-color: #552F57;
}
.TagClassName
{
border-color: #552F57;
}
</style>