Shades of Hot Purple #551C51
Tints of Hot Purple #551C51
RGB
CMYK
RGB Variations
Color information
#551C51 (or 0x551C51) is known color: Hot Purple. HEX triplet: 55, 1C and 51. RGB value is (85,28,81). Sum of RGB (Red+Green+Blue) = 85+28+81=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #551C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551C51 is #AAE3AE. Grayscale: #323232. Windows color (decimal): -11199407 or 5315669. OLE color: 5315669.
HSL color Cylindrical-coordinate representation of color #551C51: hue angle of 304.21º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #551C51 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 28 | 81 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.67 |
| HSL | 304.21º | 0.5% | 0.22% | - |
| HSV(B) | 304.21º | 0.67% | 0.33% | - |
| XYZ | 5.65 | 3.36 | 8.13 | - |
| YUV | 51.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 81 | 0 | 0.67 | 0.05 | 0.67 | 304.21 | 0.5 | 0.22 |
| Hex | 55 | 1C | 51 | 0 | 43 | 5 | 43 | 130 | 32 | 16 |
| Octal | 125 | 34 | 121 | 0 | 103 | 5 | 103 | 460 | 62 | 26 |
| Binary | 1010101 | 11100 | 1010001 | 0 | 1000011 | 101 | 1000011 | 100110000 | 110010 | 10110 |
Color Harmonies of #551C51
Complementary color
Monochromatic Colors of #551C51
Black with #551C51
Text Example
Text Example
White with #551C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551C51; }
p { color: rgb(85,28,81); }
H1.HeaderClassName
{
color: #551C51;
}
.AnyTagClassName
{
color: #551C51;
}
</style>
background-color css
<style>
a { background-color: #551C51; }
a { background-color: rgb(85,28,81); }
div.DivClassName
{
background-color: #551C51;
}
.BgClassName
{
background-color: #551C51;
}
</style>
border-color css
<style>
span { border-color: #551C51; }
span { border-color: rgb(85,28,81); }
td.TdClassName
{
border-color: #551C51;
}
.TagClassName
{
border-color: #551C51;
}
</style>