Shades of Hot Purple #552657
Tints of Hot Purple #552657
RGB
CMYK
RGB Variations
Color information
#552657 (or 0x552657) is known color: Hot Purple. HEX triplet: 55, 26 and 57. RGB value is (85,38,87). Sum of RGB (Red+Green+Blue) = 85+38+87=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 87 - color contains mainly: blue. Hex color #552657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552657 is #AAD9A8. Grayscale: #393939. Windows color (decimal): -11196841 or 5711445. OLE color: 5711445.
HSL color Cylindrical-coordinate representation of color #552657: hue angle of 297.55º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #552657 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 38 | 87 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.66 |
| HSL | 297.55º | 0.39% | 0.25% | - |
| HSV(B) | 297.55º | 0.56% | 0.34% | - |
| XYZ | 6.16 | 4.01 | 9.47 | - |
| YUV | 57.64 | 144.57 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 38 | 87 | 0.02 | 0.56 | 0 | 0.66 | 297.55 | 0.39 | 0.25 |
| Hex | 55 | 26 | 57 | 2 | 38 | 0 | 42 | 12A | 27 | 19 |
| Octal | 125 | 46 | 127 | 2 | 70 | 0 | 102 | 452 | 47 | 31 |
| Binary | 1010101 | 100110 | 1010111 | 10 | 111000 | 0 | 1000010 | 100101010 | 100111 | 11001 |
Color Harmonies of #552657
Complementary color
Monochromatic Colors of #552657
Black with #552657
Text Example
Text Example
White with #552657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552657; }
p { color: rgb(85,38,87); }
H1.HeaderClassName
{
color: #552657;
}
.AnyTagClassName
{
color: #552657;
}
</style>
background-color css
<style>
a { background-color: #552657; }
a { background-color: rgb(85,38,87); }
div.DivClassName
{
background-color: #552657;
}
.BgClassName
{
background-color: #552657;
}
</style>
border-color css
<style>
span { border-color: #552657; }
span { border-color: rgb(85,38,87); }
td.TdClassName
{
border-color: #552657;
}
.TagClassName
{
border-color: #552657;
}
</style>