Shades of Hot Purple #550B5E
Tints of Hot Purple #550B5E
RGB
CMYK
RGB Variations
Color information
#550B5E (or 0x550B5E) is known color: Hot Purple. HEX triplet: 55, 0B and 5E. RGB value is (85,11,94). Sum of RGB (Red+Green+Blue) = 85+11+94=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 94 (37.11% from 255 or 49.47% from 190); Max value from RGB is 94 - color contains mainly: blue. Hex color #550B5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550B5E is #AAF4A1. Grayscale: #2A2A2A. Windows color (decimal): -11203746 or 6163285. OLE color: 6163285.
HSL color Cylindrical-coordinate representation of color #550B5E: hue angle of 293.49º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550B5E is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 11 | 94 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.63 |
| HSL | 293.49º | 0.79% | 0.21% | - |
| HSV(B) | 293.49º | 0.88% | 0.37% | - |
| XYZ | 5.89 | 2.98 | 10.85 | - |
| YUV | 42.59 | 157.02 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 94 | 0.10 | 0.88 | 0 | 0.63 | 293.49 | 0.79 | 0.21 |
| Hex | 55 | B | 5E | A | 58 | 0 | 3F | 125 | 4F | 15 |
| Octal | 125 | 13 | 136 | 12 | 130 | 0 | 77 | 445 | 117 | 25 |
| Binary | 1010101 | 1011 | 1011110 | 1010 | 1011000 | 0 | 111111 | 100100101 | 1001111 | 10101 |
Color Harmonies of #550B5E
Complementary color
Monochromatic Colors of #550B5E
Black with #550B5E
Text Example
Text Example
White with #550B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550B5E; }
p { color: rgb(85,11,94); }
H1.HeaderClassName
{
color: #550B5E;
}
.AnyTagClassName
{
color: #550B5E;
}
</style>
background-color css
<style>
a { background-color: #550B5E; }
a { background-color: rgb(85,11,94); }
div.DivClassName
{
background-color: #550B5E;
}
.BgClassName
{
background-color: #550B5E;
}
</style>
border-color css
<style>
span { border-color: #550B5E; }
span { border-color: rgb(85,11,94); }
td.TdClassName
{
border-color: #550B5E;
}
.TagClassName
{
border-color: #550B5E;
}
</style>