Shades of Hot Purple #551E51
Tints of Hot Purple #551E51
RGB
CMYK
RGB Variations
Color information
#551E51 (or 0x551E51) is known color: Hot Purple. HEX triplet: 55, 1E and 51. RGB value is (85,30,81). Sum of RGB (Red+Green+Blue) = 85+30+81=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 30 (12.11% from 255 or 15.31% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #551E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551E51 is #AAE1AE. Grayscale: #343434. Windows color (decimal): -11198895 or 5316181. OLE color: 5316181.
HSL color Cylindrical-coordinate representation of color #551E51: hue angle of 304.36º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #551E51 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 30 | 81 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.67 |
| HSL | 304.36º | 0.48% | 0.23% | - |
| HSV(B) | 304.36º | 0.65% | 0.33% | - |
| XYZ | 5.7 | 3.45 | 8.15 | - |
| YUV | 52.26 | 144.22 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 81 | 0 | 0.65 | 0.05 | 0.67 | 304.36 | 0.48 | 0.23 |
| Hex | 55 | 1E | 51 | 0 | 41 | 5 | 43 | 130 | 30 | 17 |
| Octal | 125 | 36 | 121 | 0 | 101 | 5 | 103 | 460 | 60 | 27 |
| Binary | 1010101 | 11110 | 1010001 | 0 | 1000001 | 101 | 1000011 | 100110000 | 110000 | 10111 |
Color Harmonies of #551E51
Complementary color
Monochromatic Colors of #551E51
Black with #551E51
Text Example
Text Example
White with #551E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551E51; }
p { color: rgb(85,30,81); }
H1.HeaderClassName
{
color: #551E51;
}
.AnyTagClassName
{
color: #551E51;
}
</style>
background-color css
<style>
a { background-color: #551E51; }
a { background-color: rgb(85,30,81); }
div.DivClassName
{
background-color: #551E51;
}
.BgClassName
{
background-color: #551E51;
}
</style>
border-color css
<style>
span { border-color: #551E51; }
span { border-color: rgb(85,30,81); }
td.TdClassName
{
border-color: #551E51;
}
.TagClassName
{
border-color: #551E51;
}
</style>