Shades of Hot Purple #551760
Tints of Hot Purple #551760
RGB
CMYK
RGB Variations
Color information
#551760 (or 0x551760) is known color: Hot Purple. HEX triplet: 55, 17 and 60. RGB value is (85,23,96). Sum of RGB (Red+Green+Blue) = 85+23+96=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #551760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551760 is #AAE89F. Grayscale: #313131. Windows color (decimal): -11200672 or 6297429. OLE color: 6297429.
HSL color Cylindrical-coordinate representation of color #551760: hue angle of 290.96º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551760 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 23 | 96 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.62 |
| HSL | 290.96º | 0.61% | 0.23% | - |
| HSV(B) | 290.96º | 0.76% | 0.38% | - |
| XYZ | 6.16 | 3.39 | 11.4 | - |
| YUV | 49.86 | 154.04 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 96 | 0.11 | 0.76 | 0 | 0.62 | 290.96 | 0.61 | 0.23 |
| Hex | 55 | 17 | 60 | B | 4C | 0 | 3E | 123 | 3D | 17 |
| Octal | 125 | 27 | 140 | 13 | 114 | 0 | 76 | 443 | 75 | 27 |
| Binary | 1010101 | 10111 | 1100000 | 1011 | 1001100 | 0 | 111110 | 100100011 | 111101 | 10111 |
Color Harmonies of #551760
Complementary color
Monochromatic Colors of #551760
Black with #551760
Text Example
Text Example
White with #551760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551760; }
p { color: rgb(85,23,96); }
H1.HeaderClassName
{
color: #551760;
}
.AnyTagClassName
{
color: #551760;
}
</style>
background-color css
<style>
a { background-color: #551760; }
a { background-color: rgb(85,23,96); }
div.DivClassName
{
background-color: #551760;
}
.BgClassName
{
background-color: #551760;
}
</style>
border-color css
<style>
span { border-color: #551760; }
span { border-color: rgb(85,23,96); }
td.TdClassName
{
border-color: #551760;
}
.TagClassName
{
border-color: #551760;
}
</style>