Shades of Hot Purple #550E55
Tints of Hot Purple #550E55
RGB
CMYK
RGB Variations
Color information
#550E55 (or 0x550E55) is known color: Hot Purple. HEX triplet: 55, 0E and 55. RGB value is (85,14,85). Sum of RGB (Red+Green+Blue) = 85+14+85=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 14 (5.86% from 255 or 7.61% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #550E55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550E55 is #AAF1AA. Grayscale: #2B2B2B. Windows color (decimal): -11202987 or 5574229. OLE color: 5574229.
HSL color Cylindrical-coordinate representation of color #550E55: hue angle of 300º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #550E55 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 14 | 85 | - |
| CMYK | 0 | 0.84 | 0 | 0.67 |
| HSL | 300º | 0.72% | 0.19% | - |
| HSV(B) | 300º | 0.84% | 0.33% | - |
| XYZ | 5.54 | 2.9 | 8.86 | - |
| YUV | 43.32 | 151.52 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 14 | 85 | 0 | 0.84 | 0 | 0.67 | 300 | 0.72 | 0.19 |
| Hex | 55 | E | 55 | 0 | 54 | 0 | 43 | 12C | 48 | 13 |
| Octal | 125 | 16 | 125 | 0 | 124 | 0 | 103 | 454 | 110 | 23 |
| Binary | 1010101 | 1110 | 1010101 | 0 | 1010100 | 0 | 1000011 | 100101100 | 1001000 | 10011 |
Color Harmonies of #550E55
Complementary color
Monochromatic Colors of #550E55
Black with #550E55
Text Example
Text Example
White with #550E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550E55; }
p { color: rgb(85,14,85); }
H1.HeaderClassName
{
color: #550E55;
}
.AnyTagClassName
{
color: #550E55;
}
</style>
background-color css
<style>
a { background-color: #550E55; }
a { background-color: rgb(85,14,85); }
div.DivClassName
{
background-color: #550E55;
}
.BgClassName
{
background-color: #550E55;
}
</style>
border-color css
<style>
span { border-color: #550E55; }
span { border-color: rgb(85,14,85); }
td.TdClassName
{
border-color: #550E55;
}
.TagClassName
{
border-color: #550E55;
}
</style>