Shades of Hot Purple #551152
Tints of Hot Purple #551152
RGB
CMYK
RGB Variations
Color information
#551152 (or 0x551152) is known color: Hot Purple. HEX triplet: 55, 11 and 52. RGB value is (85,17,82). Sum of RGB (Red+Green+Blue) = 85+17+82=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #551152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551152 is #AAEEAD. Grayscale: #2C2C2C. Windows color (decimal): -11202222 or 5378389. OLE color: 5378389.
HSL color Cylindrical-coordinate representation of color #551152: hue angle of 302.65º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551152 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 17 | 82 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.67 |
| HSL | 302.65º | 0.67% | 0.2% | - |
| HSV(B) | 302.65º | 0.8% | 0.33% | - |
| XYZ | 5.47 | 2.94 | 8.26 | - |
| YUV | 44.74 | 149.03 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 17 | 82 | 0 | 0.80 | 0.04 | 0.67 | 302.65 | 0.67 | 0.2 |
| Hex | 55 | 11 | 52 | 0 | 50 | 4 | 43 | 12F | 43 | 14 |
| Octal | 125 | 21 | 122 | 0 | 120 | 4 | 103 | 457 | 103 | 24 |
| Binary | 1010101 | 10001 | 1010010 | 0 | 1010000 | 100 | 1000011 | 100101111 | 1000011 | 10100 |
Color Harmonies of #551152
Complementary color
Monochromatic Colors of #551152
Black with #551152
Text Example
Text Example
White with #551152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551152; }
p { color: rgb(85,17,82); }
H1.HeaderClassName
{
color: #551152;
}
.AnyTagClassName
{
color: #551152;
}
</style>
background-color css
<style>
a { background-color: #551152; }
a { background-color: rgb(85,17,82); }
div.DivClassName
{
background-color: #551152;
}
.BgClassName
{
background-color: #551152;
}
</style>
border-color css
<style>
span { border-color: #551152; }
span { border-color: rgb(85,17,82); }
td.TdClassName
{
border-color: #551152;
}
.TagClassName
{
border-color: #551152;
}
</style>