Shades of Dark Purple #851372
Tints of Dark Purple #851372
RGB
CMYK
RGB Variations
Color information
#851372 (or 0x851372) is known color: Dark Purple. HEX triplet: 85, 13 and 72. RGB value is (133,19,114). Sum of RGB (Red+Green+Blue) = 133+19+114=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #851372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851372 is #7AEC8D. Grayscale: #3F3F3F. Windows color (decimal): -8055950 or 7476101. OLE color: 7476101.
HSL color Cylindrical-coordinate representation of color #851372: hue angle of 310º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851372 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 19 | 114 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.48 |
| HSL | 310º | 0.75% | 0.3% | - |
| HSV(B) | 310º | 0.86% | 0.52% | - |
| XYZ | 12.94 | 6.67 | 16.52 | - |
| YUV | 63.92 | 156.27 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 19 | 114 | 0 | 0.86 | 0.14 | 0.48 | 310 | 0.75 | 0.3 |
| Hex | 85 | 13 | 72 | 0 | 56 | E | 30 | 136 | 4B | 1E |
| Octal | 205 | 23 | 162 | 0 | 126 | 16 | 60 | 466 | 113 | 36 |
| Binary | 10000101 | 10011 | 1110010 | 0 | 1010110 | 1110 | 110000 | 100110110 | 1001011 | 11110 |
Color Harmonies of #851372
Complementary color
Monochromatic Colors of #851372
Black with #851372
Text Example
Text Example
White with #851372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851372; }
p { color: rgb(133,19,114); }
H1.HeaderClassName
{
color: #851372;
}
.AnyTagClassName
{
color: #851372;
}
</style>
background-color css
<style>
a { background-color: #851372; }
a { background-color: rgb(133,19,114); }
div.DivClassName
{
background-color: #851372;
}
.BgClassName
{
background-color: #851372;
}
</style>
border-color css
<style>
span { border-color: #851372; }
span { border-color: rgb(133,19,114); }
td.TdClassName
{
border-color: #851372;
}
.TagClassName
{
border-color: #851372;
}
</style>