Shades of Hot Purple #550B62
Tints of Hot Purple #550B62
RGB
CMYK
RGB Variations
Color information
#550B62 (or 0x550B62) is known color: Hot Purple. HEX triplet: 55, 0B and 62. RGB value is (85,11,98). Sum of RGB (Red+Green+Blue) = 85+11+98=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #550B62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550B62 is #AAF49D. Grayscale: #2A2A2A. Windows color (decimal): -11203742 or 6425429. OLE color: 6425429.
HSL color Cylindrical-coordinate representation of color #550B62: hue angle of 291.03º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550B62 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 11 | 98 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.62 |
| HSL | 291.03º | 0.8% | 0.21% | - |
| HSV(B) | 291.03º | 0.89% | 0.38% | - |
| XYZ | 6.07 | 3.05 | 11.82 | - |
| YUV | 43.04 | 159.02 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 98 | 0.13 | 0.89 | 0 | 0.62 | 291.03 | 0.8 | 0.21 |
| Hex | 55 | B | 62 | D | 59 | 0 | 3E | 123 | 50 | 15 |
| Octal | 125 | 13 | 142 | 15 | 131 | 0 | 76 | 443 | 120 | 25 |
| Binary | 1010101 | 1011 | 1100010 | 1101 | 1011001 | 0 | 111110 | 100100011 | 1010000 | 10101 |
Color Harmonies of #550B62
Complementary color
Monochromatic Colors of #550B62
Black with #550B62
Text Example
Text Example
White with #550B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550B62; }
p { color: rgb(85,11,98); }
H1.HeaderClassName
{
color: #550B62;
}
.AnyTagClassName
{
color: #550B62;
}
</style>
background-color css
<style>
a { background-color: #550B62; }
a { background-color: rgb(85,11,98); }
div.DivClassName
{
background-color: #550B62;
}
.BgClassName
{
background-color: #550B62;
}
</style>
border-color css
<style>
span { border-color: #550B62; }
span { border-color: rgb(85,11,98); }
td.TdClassName
{
border-color: #550B62;
}
.TagClassName
{
border-color: #550B62;
}
</style>