Shades of Hot Purple #550E53
Tints of Hot Purple #550E53
RGB
CMYK
RGB Variations
Color information
#550E53 (or 0x550E53) is known color: Hot Purple. HEX triplet: 55, 0E and 53. RGB value is (85,14,83). Sum of RGB (Red+Green+Blue) = 85+14+83=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #550E53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550E53 is #AAF1AC. Grayscale: #2A2A2A. Windows color (decimal): -11202989 or 5443157. OLE color: 5443157.
HSL color Cylindrical-coordinate representation of color #550E53: hue angle of 301.69º 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 #550E53 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 14 | 83 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.67 |
| HSL | 301.69º | 0.72% | 0.19% | - |
| HSV(B) | 301.69º | 0.84% | 0.33% | - |
| XYZ | 5.46 | 2.87 | 8.45 | - |
| YUV | 43.1 | 150.52 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 14 | 83 | 0 | 0.84 | 0.02 | 0.67 | 301.69 | 0.72 | 0.19 |
| Hex | 55 | E | 53 | 0 | 54 | 2 | 43 | 12E | 48 | 13 |
| Octal | 125 | 16 | 123 | 0 | 124 | 2 | 103 | 456 | 110 | 23 |
| Binary | 1010101 | 1110 | 1010011 | 0 | 1010100 | 10 | 1000011 | 100101110 | 1001000 | 10011 |
Color Harmonies of #550E53
Complementary color
Monochromatic Colors of #550E53
Black with #550E53
Text Example
Text Example
White with #550E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550E53; }
p { color: rgb(85,14,83); }
H1.HeaderClassName
{
color: #550E53;
}
.AnyTagClassName
{
color: #550E53;
}
</style>
background-color css
<style>
a { background-color: #550E53; }
a { background-color: rgb(85,14,83); }
div.DivClassName
{
background-color: #550E53;
}
.BgClassName
{
background-color: #550E53;
}
</style>
border-color css
<style>
span { border-color: #550E53; }
span { border-color: rgb(85,14,83); }
td.TdClassName
{
border-color: #550E53;
}
.TagClassName
{
border-color: #550E53;
}
</style>