Shades of Hot Purple #552960
Tints of Hot Purple #552960
RGB
CMYK
RGB Variations
Color information
#552960 (or 0x552960) is known color: Hot Purple. HEX triplet: 55, 29 and 60. RGB value is (85,41,96). Sum of RGB (Red+Green+Blue) = 85+41+96=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #552960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552960 is #AAD69F. Grayscale: #3C3C3C. Windows color (decimal): -11196064 or 6302037. OLE color: 6302037.
HSL color Cylindrical-coordinate representation of color #552960: hue angle of 288º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #552960 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 41 | 96 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.62 |
| HSL | 288º | 0.4% | 0.27% | - |
| HSV(B) | 288º | 0.57% | 0.38% | - |
| XYZ | 6.65 | 4.36 | 11.56 | - |
| YUV | 60.43 | 148.08 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 41 | 96 | 0.11 | 0.57 | 0 | 0.62 | 288 | 0.4 | 0.27 |
| Hex | 55 | 29 | 60 | B | 39 | 0 | 3E | 120 | 28 | 1B |
| Octal | 125 | 51 | 140 | 13 | 71 | 0 | 76 | 440 | 50 | 33 |
| Binary | 1010101 | 101001 | 1100000 | 1011 | 111001 | 0 | 111110 | 100100000 | 101000 | 11011 |
Color Harmonies of #552960
Complementary color
Monochromatic Colors of #552960
Black with #552960
Text Example
Text Example
White with #552960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552960; }
p { color: rgb(85,41,96); }
H1.HeaderClassName
{
color: #552960;
}
.AnyTagClassName
{
color: #552960;
}
</style>
background-color css
<style>
a { background-color: #552960; }
a { background-color: rgb(85,41,96); }
div.DivClassName
{
background-color: #552960;
}
.BgClassName
{
background-color: #552960;
}
</style>
border-color css
<style>
span { border-color: #552960; }
span { border-color: rgb(85,41,96); }
td.TdClassName
{
border-color: #552960;
}
.TagClassName
{
border-color: #552960;
}
</style>