Shades of Hot Purple #550B5B
Tints of Hot Purple #550B5B
RGB
CMYK
RGB Variations
Color information
#550B5B (or 0x550B5B) is known color: Hot Purple. HEX triplet: 55, 0B and 5B. RGB value is (85,11,91). Sum of RGB (Red+Green+Blue) = 85+11+91=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #550B5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550B5B is #AAF4A4. Grayscale: #2A2A2A. Windows color (decimal): -11203749 or 5966677. OLE color: 5966677.
HSL color Cylindrical-coordinate representation of color #550B5B: hue angle of 295.5º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550B5B is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 11 | 91 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.64 |
| HSL | 295.5º | 0.78% | 0.2% | - |
| HSV(B) | 295.5º | 0.88% | 0.36% | - |
| XYZ | 5.75 | 2.93 | 10.16 | - |
| YUV | 42.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 91 | 0.07 | 0.88 | 0 | 0.64 | 295.5 | 0.78 | 0.2 |
| Hex | 55 | B | 5B | 7 | 58 | 0 | 40 | 128 | 4E | 14 |
| Octal | 125 | 13 | 133 | 7 | 130 | 0 | 100 | 450 | 116 | 24 |
| Binary | 1010101 | 1011 | 1011011 | 111 | 1011000 | 0 | 1000000 | 100101000 | 1001110 | 10100 |
Color Harmonies of #550B5B
Complementary color
Monochromatic Colors of #550B5B
Black with #550B5B
Text Example
Text Example
White with #550B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550B5B; }
p { color: rgb(85,11,91); }
H1.HeaderClassName
{
color: #550B5B;
}
.AnyTagClassName
{
color: #550B5B;
}
</style>
background-color css
<style>
a { background-color: #550B5B; }
a { background-color: rgb(85,11,91); }
div.DivClassName
{
background-color: #550B5B;
}
.BgClassName
{
background-color: #550B5B;
}
</style>
border-color css
<style>
span { border-color: #550B5B; }
span { border-color: rgb(85,11,91); }
td.TdClassName
{
border-color: #550B5B;
}
.TagClassName
{
border-color: #550B5B;
}
</style>