Shades of Hot Purple #552956
Tints of Hot Purple #552956
RGB
CMYK
RGB Variations
Color information
#552956 (or 0x552956) is known color: Hot Purple. HEX triplet: 55, 29 and 56. RGB value is (85,41,86). Sum of RGB (Red+Green+Blue) = 85+41+86=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 86 - color contains mainly: blue. Hex color #552956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552956 is #AAD6A9. Grayscale: #3B3B3B. Windows color (decimal): -11196074 or 5646677. OLE color: 5646677.
HSL color Cylindrical-coordinate representation of color #552956: hue angle of 298.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #552956 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 41 | 86 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.66 |
| HSL | 298.67º | 0.35% | 0.25% | - |
| HSV(B) | 298.67º | 0.52% | 0.34% | - |
| XYZ | 6.22 | 4.19 | 9.28 | - |
| YUV | 59.29 | 143.08 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 41 | 86 | 0.01 | 0.52 | 0 | 0.66 | 298.67 | 0.35 | 0.25 |
| Hex | 55 | 29 | 56 | 1 | 34 | 0 | 42 | 12B | 23 | 19 |
| Octal | 125 | 51 | 126 | 1 | 64 | 0 | 102 | 453 | 43 | 31 |
| Binary | 1010101 | 101001 | 1010110 | 1 | 110100 | 0 | 1000010 | 100101011 | 100011 | 11001 |
Color Harmonies of #552956
Complementary color
Monochromatic Colors of #552956
Black with #552956
Text Example
Text Example
White with #552956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552956; }
p { color: rgb(85,41,86); }
H1.HeaderClassName
{
color: #552956;
}
.AnyTagClassName
{
color: #552956;
}
</style>
background-color css
<style>
a { background-color: #552956; }
a { background-color: rgb(85,41,86); }
div.DivClassName
{
background-color: #552956;
}
.BgClassName
{
background-color: #552956;
}
</style>
border-color css
<style>
span { border-color: #552956; }
span { border-color: rgb(85,41,86); }
td.TdClassName
{
border-color: #552956;
}
.TagClassName
{
border-color: #552956;
}
</style>