Shades of Hot Purple #550659
Tints of Hot Purple #550659
RGB
CMYK
RGB Variations
Color information
#550659 (or 0x550659) is known color: Hot Purple. HEX triplet: 55, 06 and 59. RGB value is (85,6,89). Sum of RGB (Red+Green+Blue) = 85+6+89=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #550659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550659 is #AAF9A6. Grayscale: #262626. Windows color (decimal): -11205031 or 5834325. OLE color: 5834325.
HSL color Cylindrical-coordinate representation of color #550659: hue angle of 297.11º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550659 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 6 | 89 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.65 |
| HSL | 297.11º | 0.87% | 0.19% | - |
| HSV(B) | 297.11º | 0.93% | 0.35% | - |
| XYZ | 5.61 | 2.78 | 9.69 | - |
| YUV | 39.08 | 156.17 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 89 | 0.04 | 0.93 | 0 | 0.65 | 297.11 | 0.87 | 0.19 |
| Hex | 55 | 6 | 59 | 4 | 5D | 0 | 41 | 129 | 57 | 13 |
| Octal | 125 | 6 | 131 | 4 | 135 | 0 | 101 | 451 | 127 | 23 |
| Binary | 1010101 | 110 | 1011001 | 100 | 1011101 | 0 | 1000001 | 100101001 | 1010111 | 10011 |
Color Harmonies of #550659
Complementary color
Monochromatic Colors of #550659
Black with #550659
Text Example
Text Example
White with #550659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550659; }
p { color: rgb(85,6,89); }
H1.HeaderClassName
{
color: #550659;
}
.AnyTagClassName
{
color: #550659;
}
</style>
background-color css
<style>
a { background-color: #550659; }
a { background-color: rgb(85,6,89); }
div.DivClassName
{
background-color: #550659;
}
.BgClassName
{
background-color: #550659;
}
</style>
border-color css
<style>
span { border-color: #550659; }
span { border-color: rgb(85,6,89); }
td.TdClassName
{
border-color: #550659;
}
.TagClassName
{
border-color: #550659;
}
</style>