Shades of Dark Purple #851070
Tints of Dark Purple #851070
RGB
CMYK
RGB Variations
Color information
#851070 (or 0x851070) is known color: Dark Purple. HEX triplet: 85, 10 and 70. RGB value is (133,16,112). Sum of RGB (Red+Green+Blue) = 133+16+112=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #851070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851070 is #7AEF8F. Grayscale: #3D3D3D. Windows color (decimal): -8056720 or 7344261. OLE color: 7344261.
HSL color Cylindrical-coordinate representation of color #851070: hue angle of 310.77º 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 #851070 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 16 | 112 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.48 |
| HSL | 310.77º | 0.79% | 0.29% | - |
| HSV(B) | 310.77º | 0.88% | 0.52% | - |
| XYZ | 12.78 | 6.53 | 15.92 | - |
| YUV | 61.93 | 156.26 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 112 | 0 | 0.88 | 0.16 | 0.48 | 310.77 | 0.79 | 0.29 |
| Hex | 85 | 10 | 70 | 0 | 58 | 10 | 30 | 137 | 4F | 1D |
| Octal | 205 | 20 | 160 | 0 | 130 | 20 | 60 | 467 | 117 | 35 |
| Binary | 10000101 | 10000 | 1110000 | 0 | 1011000 | 10000 | 110000 | 100110111 | 1001111 | 11101 |
Color Harmonies of #851070
Complementary color
Monochromatic Colors of #851070
Black with #851070
Text Example
Text Example
White with #851070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851070; }
p { color: rgb(133,16,112); }
H1.HeaderClassName
{
color: #851070;
}
.AnyTagClassName
{
color: #851070;
}
</style>
background-color css
<style>
a { background-color: #851070; }
a { background-color: rgb(133,16,112); }
div.DivClassName
{
background-color: #851070;
}
.BgClassName
{
background-color: #851070;
}
</style>
border-color css
<style>
span { border-color: #851070; }
span { border-color: rgb(133,16,112); }
td.TdClassName
{
border-color: #851070;
}
.TagClassName
{
border-color: #851070;
}
</style>