Shades of Hot Purple #551F51
Tints of Hot Purple #551F51
RGB
CMYK
RGB Variations
Color information
#551F51 (or 0x551F51) is known color: Hot Purple. HEX triplet: 55, 1F and 51. RGB value is (85,31,81). Sum of RGB (Red+Green+Blue) = 85+31+81=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #551F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551F51 is #AAE0AE. Grayscale: #343434. Windows color (decimal): -11198639 or 5316437. OLE color: 5316437.
HSL color Cylindrical-coordinate representation of color #551F51: hue angle of 304.44º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #551F51 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 31 | 81 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.67 |
| HSL | 304.44º | 0.47% | 0.23% | - |
| HSV(B) | 304.44º | 0.64% | 0.33% | - |
| XYZ | 5.72 | 3.51 | 8.16 | - |
| YUV | 52.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 31 | 81 | 0 | 0.64 | 0.05 | 0.67 | 304.44 | 0.47 | 0.23 |
| Hex | 55 | 1F | 51 | 0 | 40 | 5 | 43 | 130 | 2F | 17 |
| Octal | 125 | 37 | 121 | 0 | 100 | 5 | 103 | 460 | 57 | 27 |
| Binary | 1010101 | 11111 | 1010001 | 0 | 1000000 | 101 | 1000011 | 100110000 | 101111 | 10111 |
Color Harmonies of #551F51
Complementary color
Monochromatic Colors of #551F51
Black with #551F51
Text Example
Text Example
White with #551F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551F51; }
p { color: rgb(85,31,81); }
H1.HeaderClassName
{
color: #551F51;
}
.AnyTagClassName
{
color: #551F51;
}
</style>
background-color css
<style>
a { background-color: #551F51; }
a { background-color: rgb(85,31,81); }
div.DivClassName
{
background-color: #551F51;
}
.BgClassName
{
background-color: #551F51;
}
</style>
border-color css
<style>
span { border-color: #551F51; }
span { border-color: rgb(85,31,81); }
td.TdClassName
{
border-color: #551F51;
}
.TagClassName
{
border-color: #551F51;
}
</style>