Shades of Hot Purple #551657
Tints of Hot Purple #551657
RGB
CMYK
RGB Variations
Color information
#551657 (or 0x551657) is known color: Hot Purple. HEX triplet: 55, 16 and 57. RGB value is (85,22,87). Sum of RGB (Red+Green+Blue) = 85+22+87=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #551657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551657 is #AAE9A8. Grayscale: #303030. Windows color (decimal): -11200937 or 5707349. OLE color: 5707349.
HSL color Cylindrical-coordinate representation of color #551657: hue angle of 298.15º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551657 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 22 | 87 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.66 |
| HSL | 298.15º | 0.6% | 0.21% | - |
| HSV(B) | 298.15º | 0.75% | 0.34% | - |
| XYZ | 5.75 | 3.19 | 9.33 | - |
| YUV | 48.25 | 149.87 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 87 | 0.02 | 0.75 | 0 | 0.66 | 298.15 | 0.6 | 0.21 |
| Hex | 55 | 16 | 57 | 2 | 4B | 0 | 42 | 12A | 3C | 15 |
| Octal | 125 | 26 | 127 | 2 | 113 | 0 | 102 | 452 | 74 | 25 |
| Binary | 1010101 | 10110 | 1010111 | 10 | 1001011 | 0 | 1000010 | 100101010 | 111100 | 10101 |
Color Harmonies of #551657
Complementary color
Monochromatic Colors of #551657
Black with #551657
Text Example
Text Example
White with #551657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551657; }
p { color: rgb(85,22,87); }
H1.HeaderClassName
{
color: #551657;
}
.AnyTagClassName
{
color: #551657;
}
</style>
background-color css
<style>
a { background-color: #551657; }
a { background-color: rgb(85,22,87); }
div.DivClassName
{
background-color: #551657;
}
.BgClassName
{
background-color: #551657;
}
</style>
border-color css
<style>
span { border-color: #551657; }
span { border-color: rgb(85,22,87); }
td.TdClassName
{
border-color: #551657;
}
.TagClassName
{
border-color: #551657;
}
</style>