Shades of Hot Purple #550B57
Tints of Hot Purple #550B57
RGB
CMYK
RGB Variations
Color information
#550B57 (or 0x550B57) is known color: Hot Purple. HEX triplet: 55, 0B and 57. RGB value is (85,11,87). Sum of RGB (Red+Green+Blue) = 85+11+87=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #550B57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550B57 is #AAF4A8. Grayscale: #292929. Windows color (decimal): -11203753 or 5704533. OLE color: 5704533.
HSL color Cylindrical-coordinate representation of color #550B57: hue angle of 298.42º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #550B57 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 11 | 87 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.66 |
| HSL | 298.42º | 0.78% | 0.19% | - |
| HSV(B) | 298.42º | 0.87% | 0.34% | - |
| XYZ | 5.59 | 2.86 | 9.27 | - |
| YUV | 41.79 | 153.52 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 87 | 0.02 | 0.87 | 0 | 0.66 | 298.42 | 0.78 | 0.19 |
| Hex | 55 | B | 57 | 2 | 57 | 0 | 42 | 12A | 4E | 13 |
| Octal | 125 | 13 | 127 | 2 | 127 | 0 | 102 | 452 | 116 | 23 |
| Binary | 1010101 | 1011 | 1010111 | 10 | 1010111 | 0 | 1000010 | 100101010 | 1001110 | 10011 |
Color Harmonies of #550B57
Complementary color
Monochromatic Colors of #550B57
Black with #550B57
Text Example
Text Example
White with #550B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550B57; }
p { color: rgb(85,11,87); }
H1.HeaderClassName
{
color: #550B57;
}
.AnyTagClassName
{
color: #550B57;
}
</style>
background-color css
<style>
a { background-color: #550B57; }
a { background-color: rgb(85,11,87); }
div.DivClassName
{
background-color: #550B57;
}
.BgClassName
{
background-color: #550B57;
}
</style>
border-color css
<style>
span { border-color: #550B57; }
span { border-color: rgb(85,11,87); }
td.TdClassName
{
border-color: #550B57;
}
.TagClassName
{
border-color: #550B57;
}
</style>