Shades of Dark Purple #851970
Tints of Dark Purple #851970
RGB
CMYK
RGB Variations
Color information
#851970 (or 0x851970) is known color: Dark Purple. HEX triplet: 85, 19 and 70. RGB value is (133,25,112). Sum of RGB (Red+Green+Blue) = 133+25+112=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #851970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851970 is #7AE68F. Grayscale: #424242. Windows color (decimal): -8054416 or 7346565. OLE color: 7346565.
HSL color Cylindrical-coordinate representation of color #851970: hue angle of 311.67º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #851970 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 25 | 112 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.48 |
| HSL | 311.67º | 0.68% | 0.31% | - |
| HSV(B) | 311.67º | 0.81% | 0.52% | - |
| XYZ | 12.95 | 6.85 | 15.97 | - |
| YUV | 67.21 | 153.28 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 112 | 0 | 0.81 | 0.16 | 0.48 | 311.67 | 0.68 | 0.31 |
| Hex | 85 | 19 | 70 | 0 | 51 | 10 | 30 | 138 | 44 | 1F |
| Octal | 205 | 31 | 160 | 0 | 121 | 20 | 60 | 470 | 104 | 37 |
| Binary | 10000101 | 11001 | 1110000 | 0 | 1010001 | 10000 | 110000 | 100111000 | 1000100 | 11111 |
Color Harmonies of #851970
Complementary color
Monochromatic Colors of #851970
Black with #851970
Text Example
Text Example
White with #851970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851970; }
p { color: rgb(133,25,112); }
H1.HeaderClassName
{
color: #851970;
}
.AnyTagClassName
{
color: #851970;
}
</style>
background-color css
<style>
a { background-color: #851970; }
a { background-color: rgb(133,25,112); }
div.DivClassName
{
background-color: #851970;
}
.BgClassName
{
background-color: #851970;
}
</style>
border-color css
<style>
span { border-color: #851970; }
span { border-color: rgb(133,25,112); }
td.TdClassName
{
border-color: #851970;
}
.TagClassName
{
border-color: #851970;
}
</style>