Shades of Dark Purple #851177
Tints of Dark Purple #851177
RGB
CMYK
RGB Variations
Color information
#851177 (or 0x851177) is known color: Dark Purple. HEX triplet: 85, 11 and 77. RGB value is (133,17,119). Sum of RGB (Red+Green+Blue) = 133+17+119=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #851177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851177 is #7AEE88. Grayscale: #3F3F3F. Windows color (decimal): -8056457 or 7803269. OLE color: 7803269.
HSL color Cylindrical-coordinate representation of color #851177: hue angle of 307.24º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851177 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 17 | 119 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.48 |
| HSL | 307.24º | 0.77% | 0.29% | - |
| HSV(B) | 307.24º | 0.87% | 0.52% | - |
| XYZ | 13.2 | 6.72 | 18.05 | - |
| YUV | 63.31 | 159.43 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 119 | 0 | 0.87 | 0.11 | 0.48 | 307.24 | 0.77 | 0.29 |
| Hex | 85 | 11 | 77 | 0 | 57 | B | 30 | 133 | 4D | 1D |
| Octal | 205 | 21 | 167 | 0 | 127 | 13 | 60 | 463 | 115 | 35 |
| Binary | 10000101 | 10001 | 1110111 | 0 | 1010111 | 1011 | 110000 | 100110011 | 1001101 | 11101 |
Color Harmonies of #851177
Complementary color
Monochromatic Colors of #851177
Black with #851177
Text Example
Text Example
White with #851177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851177; }
p { color: rgb(133,17,119); }
H1.HeaderClassName
{
color: #851177;
}
.AnyTagClassName
{
color: #851177;
}
</style>
background-color css
<style>
a { background-color: #851177; }
a { background-color: rgb(133,17,119); }
div.DivClassName
{
background-color: #851177;
}
.BgClassName
{
background-color: #851177;
}
</style>
border-color css
<style>
span { border-color: #851177; }
span { border-color: rgb(133,17,119); }
td.TdClassName
{
border-color: #851177;
}
.TagClassName
{
border-color: #851177;
}
</style>