Shades of Hot Purple #552B57
Tints of Hot Purple #552B57
RGB
CMYK
RGB Variations
Color information
#552B57 (or 0x552B57) is known color: Hot Purple. HEX triplet: 55, 2B and 57. RGB value is (85,43,87). Sum of RGB (Red+Green+Blue) = 85+43+87=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 87 - color contains mainly: blue. Hex color #552B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552B57 is #AAD4A8. Grayscale: #3C3C3C. Windows color (decimal): -11195561 or 5712725. OLE color: 5712725.
HSL color Cylindrical-coordinate representation of color #552B57: hue angle of 297.27º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #552B57 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 43 | 87 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.66 |
| HSL | 297.27º | 0.34% | 0.25% | - |
| HSV(B) | 297.27º | 0.51% | 0.34% | - |
| XYZ | 6.33 | 4.35 | 9.52 | - |
| YUV | 60.57 | 142.91 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 87 | 0.02 | 0.51 | 0 | 0.66 | 297.27 | 0.34 | 0.25 |
| Hex | 55 | 2B | 57 | 2 | 33 | 0 | 42 | 129 | 22 | 19 |
| Octal | 125 | 53 | 127 | 2 | 63 | 0 | 102 | 451 | 42 | 31 |
| Binary | 1010101 | 101011 | 1010111 | 10 | 110011 | 0 | 1000010 | 100101001 | 100010 | 11001 |
Color Harmonies of #552B57
Complementary color
Monochromatic Colors of #552B57
Black with #552B57
Text Example
Text Example
White with #552B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552B57; }
p { color: rgb(85,43,87); }
H1.HeaderClassName
{
color: #552B57;
}
.AnyTagClassName
{
color: #552B57;
}
</style>
background-color css
<style>
a { background-color: #552B57; }
a { background-color: rgb(85,43,87); }
div.DivClassName
{
background-color: #552B57;
}
.BgClassName
{
background-color: #552B57;
}
</style>
border-color css
<style>
span { border-color: #552B57; }
span { border-color: rgb(85,43,87); }
td.TdClassName
{
border-color: #552B57;
}
.TagClassName
{
border-color: #552B57;
}
</style>