Shades of Hot Purple #551851
Tints of Hot Purple #551851
RGB
CMYK
RGB Variations
Color information
#551851 (or 0x551851) is known color: Hot Purple. HEX triplet: 55, 18 and 51. RGB value is (85,24,81). Sum of RGB (Red+Green+Blue) = 85+24+81=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #551851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551851 is #AAE7AE. Grayscale: #303030. Windows color (decimal): -11200431 or 5314645. OLE color: 5314645.
HSL color Cylindrical-coordinate representation of color #551851: hue angle of 303.93º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #551851 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 24 | 81 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.67 |
| HSL | 303.93º | 0.56% | 0.21% | - |
| HSV(B) | 303.93º | 0.72% | 0.33% | - |
| XYZ | 5.56 | 3.18 | 8.11 | - |
| YUV | 48.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 81 | 0 | 0.72 | 0.05 | 0.67 | 303.93 | 0.56 | 0.21 |
| Hex | 55 | 18 | 51 | 0 | 48 | 5 | 43 | 130 | 38 | 15 |
| Octal | 125 | 30 | 121 | 0 | 110 | 5 | 103 | 460 | 70 | 25 |
| Binary | 1010101 | 11000 | 1010001 | 0 | 1001000 | 101 | 1000011 | 100110000 | 111000 | 10101 |
Color Harmonies of #551851
Complementary color
Monochromatic Colors of #551851
Black with #551851
Text Example
Text Example
White with #551851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551851; }
p { color: rgb(85,24,81); }
H1.HeaderClassName
{
color: #551851;
}
.AnyTagClassName
{
color: #551851;
}
</style>
background-color css
<style>
a { background-color: #551851; }
a { background-color: rgb(85,24,81); }
div.DivClassName
{
background-color: #551851;
}
.BgClassName
{
background-color: #551851;
}
</style>
border-color css
<style>
span { border-color: #551851; }
span { border-color: rgb(85,24,81); }
td.TdClassName
{
border-color: #551851;
}
.TagClassName
{
border-color: #551851;
}
</style>