Shades of Hot Purple #551056
Tints of Hot Purple #551056
RGB
CMYK
RGB Variations
Color information
#551056 (or 0x551056) is known color: Hot Purple. HEX triplet: 55, 10 and 56. RGB value is (85,16,86). Sum of RGB (Red+Green+Blue) = 85+16+86=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #551056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551056 is #AAEFA9. Grayscale: #2C2C2C. Windows color (decimal): -11202474 or 5640277. OLE color: 5640277.
HSL color Cylindrical-coordinate representation of color #551056: hue angle of 299.14º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551056 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 16 | 86 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.66 |
| HSL | 299.14º | 0.69% | 0.2% | - |
| HSV(B) | 299.14º | 0.81% | 0.34% | - |
| XYZ | 5.61 | 2.97 | 9.08 | - |
| YUV | 44.61 | 151.36 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 86 | 0.01 | 0.81 | 0 | 0.66 | 299.14 | 0.69 | 0.2 |
| Hex | 55 | 10 | 56 | 1 | 51 | 0 | 42 | 12B | 45 | 14 |
| Octal | 125 | 20 | 126 | 1 | 121 | 0 | 102 | 453 | 105 | 24 |
| Binary | 1010101 | 10000 | 1010110 | 1 | 1010001 | 0 | 1000010 | 100101011 | 1000101 | 10100 |
Color Harmonies of #551056
Complementary color
Monochromatic Colors of #551056
Black with #551056
Text Example
Text Example
White with #551056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551056; }
p { color: rgb(85,16,86); }
H1.HeaderClassName
{
color: #551056;
}
.AnyTagClassName
{
color: #551056;
}
</style>
background-color css
<style>
a { background-color: #551056; }
a { background-color: rgb(85,16,86); }
div.DivClassName
{
background-color: #551056;
}
.BgClassName
{
background-color: #551056;
}
</style>
border-color css
<style>
span { border-color: #551056; }
span { border-color: rgb(85,16,86); }
td.TdClassName
{
border-color: #551056;
}
.TagClassName
{
border-color: #551056;
}
</style>