Shades of Dark Purple #851077
Tints of Dark Purple #851077
RGB
CMYK
RGB Variations
Color information
#851077 (or 0x851077) is known color: Dark Purple. HEX triplet: 85, 10 and 77. RGB value is (133,16,119). Sum of RGB (Red+Green+Blue) = 133+16+119=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #851077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851077 is #7AEF88. Grayscale: #3E3E3E. Windows color (decimal): -8056713 or 7803013. OLE color: 7803013.
HSL color Cylindrical-coordinate representation of color #851077: hue angle of 307.18º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851077 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 16 | 119 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.48 |
| HSL | 307.18º | 0.79% | 0.29% | - |
| HSV(B) | 307.18º | 0.88% | 0.52% | - |
| XYZ | 13.19 | 6.69 | 18.05 | - |
| YUV | 62.73 | 159.76 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 119 | 0 | 0.88 | 0.11 | 0.48 | 307.18 | 0.79 | 0.29 |
| Hex | 85 | 10 | 77 | 0 | 58 | B | 30 | 133 | 4F | 1D |
| Octal | 205 | 20 | 167 | 0 | 130 | 13 | 60 | 463 | 117 | 35 |
| Binary | 10000101 | 10000 | 1110111 | 0 | 1011000 | 1011 | 110000 | 100110011 | 1001111 | 11101 |
Color Harmonies of #851077
Complementary color
Monochromatic Colors of #851077
Black with #851077
Text Example
Text Example
White with #851077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851077; }
p { color: rgb(133,16,119); }
H1.HeaderClassName
{
color: #851077;
}
.AnyTagClassName
{
color: #851077;
}
</style>
background-color css
<style>
a { background-color: #851077; }
a { background-color: rgb(133,16,119); }
div.DivClassName
{
background-color: #851077;
}
.BgClassName
{
background-color: #851077;
}
</style>
border-color css
<style>
span { border-color: #851077; }
span { border-color: rgb(133,16,119); }
td.TdClassName
{
border-color: #851077;
}
.TagClassName
{
border-color: #851077;
}
</style>