Shades of Hot Purple #550759
Tints of Hot Purple #550759
RGB
CMYK
RGB Variations
Color information
#550759 (or 0x550759) is known color: Hot Purple. HEX triplet: 55, 07 and 59. RGB value is (85,7,89). Sum of RGB (Red+Green+Blue) = 85+7+89=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #550759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550759 is #AAF8A6. Grayscale: #272727. Windows color (decimal): -11204775 or 5834581. OLE color: 5834581.
HSL color Cylindrical-coordinate representation of color #550759: hue angle of 297.07º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550759 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 7 | 89 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.65 |
| HSL | 297.07º | 0.85% | 0.19% | - |
| HSV(B) | 297.07º | 0.92% | 0.35% | - |
| XYZ | 5.63 | 2.8 | 9.7 | - |
| YUV | 39.67 | 155.84 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 89 | 0.04 | 0.92 | 0 | 0.65 | 297.07 | 0.85 | 0.19 |
| Hex | 55 | 7 | 59 | 4 | 5C | 0 | 41 | 129 | 55 | 13 |
| Octal | 125 | 7 | 131 | 4 | 134 | 0 | 101 | 451 | 125 | 23 |
| Binary | 1010101 | 111 | 1011001 | 100 | 1011100 | 0 | 1000001 | 100101001 | 1010101 | 10011 |
Color Harmonies of #550759
Complementary color
Monochromatic Colors of #550759
Black with #550759
Text Example
Text Example
White with #550759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550759; }
p { color: rgb(85,7,89); }
H1.HeaderClassName
{
color: #550759;
}
.AnyTagClassName
{
color: #550759;
}
</style>
background-color css
<style>
a { background-color: #550759; }
a { background-color: rgb(85,7,89); }
div.DivClassName
{
background-color: #550759;
}
.BgClassName
{
background-color: #550759;
}
</style>
border-color css
<style>
span { border-color: #550759; }
span { border-color: rgb(85,7,89); }
td.TdClassName
{
border-color: #550759;
}
.TagClassName
{
border-color: #550759;
}
</style>