Shades of Hot Purple #552251
Tints of Hot Purple #552251
RGB
CMYK
RGB Variations
Color information
#552251 (or 0x552251) is known color: Hot Purple. HEX triplet: 55, 22 and 51. RGB value is (85,34,81). Sum of RGB (Red+Green+Blue) = 85+34+81=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #552251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552251 is #AADDAE. Grayscale: #363636. Windows color (decimal): -11197871 or 5317205. OLE color: 5317205.
HSL color Cylindrical-coordinate representation of color #552251: hue angle of 304.71º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #552251 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 34 | 81 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.67 |
| HSL | 304.71º | 0.43% | 0.23% | - |
| HSV(B) | 304.71º | 0.6% | 0.33% | - |
| XYZ | 5.8 | 3.67 | 8.19 | - |
| YUV | 54.61 | 142.9 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 81 | 0 | 0.60 | 0.05 | 0.67 | 304.71 | 0.43 | 0.23 |
| Hex | 55 | 22 | 51 | 0 | 3C | 5 | 43 | 131 | 2B | 17 |
| Octal | 125 | 42 | 121 | 0 | 74 | 5 | 103 | 461 | 53 | 27 |
| Binary | 1010101 | 100010 | 1010001 | 0 | 111100 | 101 | 1000011 | 100110001 | 101011 | 10111 |
Color Harmonies of #552251
Complementary color
Monochromatic Colors of #552251
Black with #552251
Text Example
Text Example
White with #552251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552251; }
p { color: rgb(85,34,81); }
H1.HeaderClassName
{
color: #552251;
}
.AnyTagClassName
{
color: #552251;
}
</style>
background-color css
<style>
a { background-color: #552251; }
a { background-color: rgb(85,34,81); }
div.DivClassName
{
background-color: #552251;
}
.BgClassName
{
background-color: #552251;
}
</style>
border-color css
<style>
span { border-color: #552251; }
span { border-color: rgb(85,34,81); }
td.TdClassName
{
border-color: #552251;
}
.TagClassName
{
border-color: #552251;
}
</style>