Shades of Dark Purple #851E72
Tints of Dark Purple #851E72
RGB
CMYK
RGB Variations
Color information
#851E72 (or 0x851E72) is known color: Dark Purple. HEX triplet: 85, 1E and 72. RGB value is (133,30,114). Sum of RGB (Red+Green+Blue) = 133+30+114=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #851E72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851E72 is #7AE18D. Grayscale: #464646. Windows color (decimal): -8053134 or 7478917. OLE color: 7478917.
HSL color Cylindrical-coordinate representation of color #851E72: hue angle of 311.07º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #851E72 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 30 | 114 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.48 |
| HSL | 311.07º | 0.63% | 0.32% | - |
| HSV(B) | 311.07º | 0.77% | 0.52% | - |
| XYZ | 13.17 | 7.13 | 16.6 | - |
| YUV | 70.37 | 152.62 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 114 | 0 | 0.77 | 0.14 | 0.48 | 311.07 | 0.63 | 0.32 |
| Hex | 85 | 1E | 72 | 0 | 4D | E | 30 | 137 | 3F | 20 |
| Octal | 205 | 36 | 162 | 0 | 115 | 16 | 60 | 467 | 77 | 40 |
| Binary | 10000101 | 11110 | 1110010 | 0 | 1001101 | 1110 | 110000 | 100110111 | 111111 | 100000 |
Color Harmonies of #851E72
Complementary color
Monochromatic Colors of #851E72
Black with #851E72
Text Example
Text Example
White with #851E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851E72; }
p { color: rgb(133,30,114); }
H1.HeaderClassName
{
color: #851E72;
}
.AnyTagClassName
{
color: #851E72;
}
</style>
background-color css
<style>
a { background-color: #851E72; }
a { background-color: rgb(133,30,114); }
div.DivClassName
{
background-color: #851E72;
}
.BgClassName
{
background-color: #851E72;
}
</style>
border-color css
<style>
span { border-color: #851E72; }
span { border-color: rgb(133,30,114); }
td.TdClassName
{
border-color: #851E72;
}
.TagClassName
{
border-color: #851E72;
}
</style>