Shades of Hot Purple #550B5C
Tints of Hot Purple #550B5C
RGB
CMYK
RGB Variations
Color information
#550B5C (or 0x550B5C) is known color: Hot Purple. HEX triplet: 55, 0B and 5C. RGB value is (85,11,92). Sum of RGB (Red+Green+Blue) = 85+11+92=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 11 (4.69% from 255 or 5.85% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 92 - color contains mainly: blue. Hex color #550B5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550B5C is #AAF4A3. Grayscale: #2A2A2A. Windows color (decimal): -11203748 or 6032213. OLE color: 6032213.
HSL color Cylindrical-coordinate representation of color #550B5C: hue angle of 294.81º 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 #550B5C is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 11 | 92 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.64 |
| HSL | 294.81º | 0.79% | 0.2% | - |
| HSV(B) | 294.81º | 0.88% | 0.36% | - |
| XYZ | 5.8 | 2.94 | 10.39 | - |
| YUV | 42.36 | 156.02 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 92 | 0.08 | 0.88 | 0 | 0.64 | 294.81 | 0.79 | 0.2 |
| Hex | 55 | B | 5C | 8 | 58 | 0 | 40 | 127 | 4F | 14 |
| Octal | 125 | 13 | 134 | 10 | 130 | 0 | 100 | 447 | 117 | 24 |
| Binary | 1010101 | 1011 | 1011100 | 1000 | 1011000 | 0 | 1000000 | 100100111 | 1001111 | 10100 |
Color Harmonies of #550B5C
Complementary color
Monochromatic Colors of #550B5C
Black with #550B5C
Text Example
Text Example
White with #550B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550B5C; }
p { color: rgb(85,11,92); }
H1.HeaderClassName
{
color: #550B5C;
}
.AnyTagClassName
{
color: #550B5C;
}
</style>
background-color css
<style>
a { background-color: #550B5C; }
a { background-color: rgb(85,11,92); }
div.DivClassName
{
background-color: #550B5C;
}
.BgClassName
{
background-color: #550B5C;
}
</style>
border-color css
<style>
span { border-color: #550B5C; }
span { border-color: rgb(85,11,92); }
td.TdClassName
{
border-color: #550B5C;
}
.TagClassName
{
border-color: #550B5C;
}
</style>