Shades of Hot Purple #550B5D
Tints of Hot Purple #550B5D
RGB
CMYK
RGB Variations
Color information
#550B5D (or 0x550B5D) is known color: Hot Purple. HEX triplet: 55, 0B and 5D. RGB value is (85,11,93). Sum of RGB (Red+Green+Blue) = 85+11+93=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #550B5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550B5D is #AAF4A2. Grayscale: #2A2A2A. Windows color (decimal): -11203747 or 6097749. OLE color: 6097749.
HSL color Cylindrical-coordinate representation of color #550B5D: hue angle of 294.15º degrees, saturation: 0.79, 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 #550B5D is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 11 | 93 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.64 |
| HSL | 294.15º | 0.79% | 0.2% | - |
| HSV(B) | 294.15º | 0.88% | 0.36% | - |
| XYZ | 5.84 | 2.96 | 10.62 | - |
| YUV | 42.47 | 156.52 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 93 | 0.09 | 0.88 | 0 | 0.64 | 294.15 | 0.79 | 0.2 |
| Hex | 55 | B | 5D | 9 | 58 | 0 | 40 | 126 | 4F | 14 |
| Octal | 125 | 13 | 135 | 11 | 130 | 0 | 100 | 446 | 117 | 24 |
| Binary | 1010101 | 1011 | 1011101 | 1001 | 1011000 | 0 | 1000000 | 100100110 | 1001111 | 10100 |
Color Harmonies of #550B5D
Complementary color
Monochromatic Colors of #550B5D
Black with #550B5D
Text Example
Text Example
White with #550B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550B5D; }
p { color: rgb(85,11,93); }
H1.HeaderClassName
{
color: #550B5D;
}
.AnyTagClassName
{
color: #550B5D;
}
</style>
background-color css
<style>
a { background-color: #550B5D; }
a { background-color: rgb(85,11,93); }
div.DivClassName
{
background-color: #550B5D;
}
.BgClassName
{
background-color: #550B5D;
}
</style>
border-color css
<style>
span { border-color: #550B5D; }
span { border-color: rgb(85,11,93); }
td.TdClassName
{
border-color: #550B5D;
}
.TagClassName
{
border-color: #550B5D;
}
</style>