Shades of Hot Purple #551954
Tints of Hot Purple #551954
RGB
CMYK
RGB Variations
Color information
#551954 (or 0x551954) is known color: Hot Purple. HEX triplet: 55, 19 and 54. RGB value is (85,25,84). Sum of RGB (Red+Green+Blue) = 85+25+84=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 84 (33.20% from 255 or 43.30% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #551954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551954 is #AAE6AB. Grayscale: #313131. Windows color (decimal): -11200172 or 5511509. OLE color: 5511509.
HSL color Cylindrical-coordinate representation of color #551954: hue angle of 301º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #551954 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 25 | 84 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.67 |
| HSL | 301º | 0.55% | 0.22% | - |
| HSV(B) | 301º | 0.71% | 0.33% | - |
| XYZ | 5.69 | 3.27 | 8.72 | - |
| YUV | 49.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 84 | 0 | 0.71 | 0.01 | 0.67 | 301 | 0.55 | 0.22 |
| Hex | 55 | 19 | 54 | 0 | 47 | 1 | 43 | 12D | 37 | 16 |
| Octal | 125 | 31 | 124 | 0 | 107 | 1 | 103 | 455 | 67 | 26 |
| Binary | 1010101 | 11001 | 1010100 | 0 | 1000111 | 1 | 1000011 | 100101101 | 110111 | 10110 |
Color Harmonies of #551954
Complementary color
Monochromatic Colors of #551954
Black with #551954
Text Example
Text Example
White with #551954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551954; }
p { color: rgb(85,25,84); }
H1.HeaderClassName
{
color: #551954;
}
.AnyTagClassName
{
color: #551954;
}
</style>
background-color css
<style>
a { background-color: #551954; }
a { background-color: rgb(85,25,84); }
div.DivClassName
{
background-color: #551954;
}
.BgClassName
{
background-color: #551954;
}
</style>
border-color css
<style>
span { border-color: #551954; }
span { border-color: rgb(85,25,84); }
td.TdClassName
{
border-color: #551954;
}
.TagClassName
{
border-color: #551954;
}
</style>