Shades of Hot Purple #550857
Tints of Hot Purple #550857
RGB
CMYK
RGB Variations
Color information
#550857 (or 0x550857) is known color: Hot Purple. HEX triplet: 55, 08 and 57. RGB value is (85,8,87). Sum of RGB (Red+Green+Blue) = 85+8+87=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #550857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550857 is #AAF7A8. Grayscale: #272727. Windows color (decimal): -11204521 or 5703765. OLE color: 5703765.
HSL color Cylindrical-coordinate representation of color #550857: hue angle of 298.48º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550857 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 8 | 87 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.66 |
| HSL | 298.48º | 0.83% | 0.19% | - |
| HSV(B) | 298.48º | 0.91% | 0.34% | - |
| XYZ | 5.55 | 2.79 | 9.26 | - |
| YUV | 40.03 | 154.51 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 87 | 0.02 | 0.91 | 0 | 0.66 | 298.48 | 0.83 | 0.19 |
| Hex | 55 | 8 | 57 | 2 | 5B | 0 | 42 | 12A | 53 | 13 |
| Octal | 125 | 10 | 127 | 2 | 133 | 0 | 102 | 452 | 123 | 23 |
| Binary | 1010101 | 1000 | 1010111 | 10 | 1011011 | 0 | 1000010 | 100101010 | 1010011 | 10011 |
Color Harmonies of #550857
Complementary color
Monochromatic Colors of #550857
Black with #550857
Text Example
Text Example
White with #550857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550857; }
p { color: rgb(85,8,87); }
H1.HeaderClassName
{
color: #550857;
}
.AnyTagClassName
{
color: #550857;
}
</style>
background-color css
<style>
a { background-color: #550857; }
a { background-color: rgb(85,8,87); }
div.DivClassName
{
background-color: #550857;
}
.BgClassName
{
background-color: #550857;
}
</style>
border-color css
<style>
span { border-color: #550857; }
span { border-color: rgb(85,8,87); }
td.TdClassName
{
border-color: #550857;
}
.TagClassName
{
border-color: #550857;
}
</style>