Shades of Hot Purple #551154
Tints of Hot Purple #551154
RGB
CMYK
RGB Variations
Color information
#551154 (or 0x551154) is known color: Hot Purple. HEX triplet: 55, 11 and 54. RGB value is (85,17,84). Sum of RGB (Red+Green+Blue) = 85+17+84=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #551154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551154 is #AAEEAB. Grayscale: #2C2C2C. Windows color (decimal): -11202220 or 5509461. OLE color: 5509461.
HSL color Cylindrical-coordinate representation of color #551154: hue angle of 300.88º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551154 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 17 | 84 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.67 |
| HSL | 300.88º | 0.67% | 0.2% | - |
| HSV(B) | 300.88º | 0.8% | 0.33% | - |
| XYZ | 5.55 | 2.97 | 8.67 | - |
| YUV | 44.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 84 | 0 | 0.80 | 0.01 | 0.67 | 300.88 | 0.67 | 0.2 |
| Hex | 55 | 11 | 54 | 0 | 50 | 1 | 43 | 12D | 43 | 14 |
| Octal | 125 | 21 | 124 | 0 | 120 | 1 | 103 | 455 | 103 | 24 |
| Binary | 1010101 | 10001 | 1010100 | 0 | 1010000 | 1 | 1000011 | 100101101 | 1000011 | 10100 |
Color Harmonies of #551154
Complementary color
Monochromatic Colors of #551154
Black with #551154
Text Example
Text Example
White with #551154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551154; }
p { color: rgb(85,17,84); }
H1.HeaderClassName
{
color: #551154;
}
.AnyTagClassName
{
color: #551154;
}
</style>
background-color css
<style>
a { background-color: #551154; }
a { background-color: rgb(85,17,84); }
div.DivClassName
{
background-color: #551154;
}
.BgClassName
{
background-color: #551154;
}
</style>
border-color css
<style>
span { border-color: #551154; }
span { border-color: rgb(85,17,84); }
td.TdClassName
{
border-color: #551154;
}
.TagClassName
{
border-color: #551154;
}
</style>