Shades of Dark Purple #851672
Tints of Dark Purple #851672
RGB
CMYK
RGB Variations
Color information
#851672 (or 0x851672) is known color: Dark Purple. HEX triplet: 85, 16 and 72. RGB value is (133,22,114). Sum of RGB (Red+Green+Blue) = 133+22+114=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #851672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851672 is #7AE98D. Grayscale: #414141. Windows color (decimal): -8055182 or 7476869. OLE color: 7476869.
HSL color Cylindrical-coordinate representation of color #851672: hue angle of 310.27º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851672 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 22 | 114 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.48 |
| HSL | 310.27º | 0.72% | 0.3% | - |
| HSV(B) | 310.27º | 0.83% | 0.52% | - |
| XYZ | 13 | 6.78 | 16.54 | - |
| YUV | 65.68 | 155.27 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 114 | 0 | 0.83 | 0.14 | 0.48 | 310.27 | 0.72 | 0.3 |
| Hex | 85 | 16 | 72 | 0 | 53 | E | 30 | 136 | 48 | 1E |
| Octal | 205 | 26 | 162 | 0 | 123 | 16 | 60 | 466 | 110 | 36 |
| Binary | 10000101 | 10110 | 1110010 | 0 | 1010011 | 1110 | 110000 | 100110110 | 1001000 | 11110 |
Color Harmonies of #851672
Complementary color
Monochromatic Colors of #851672
Black with #851672
Text Example
Text Example
White with #851672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851672; }
p { color: rgb(133,22,114); }
H1.HeaderClassName
{
color: #851672;
}
.AnyTagClassName
{
color: #851672;
}
</style>
background-color css
<style>
a { background-color: #851672; }
a { background-color: rgb(133,22,114); }
div.DivClassName
{
background-color: #851672;
}
.BgClassName
{
background-color: #851672;
}
</style>
border-color css
<style>
span { border-color: #851672; }
span { border-color: rgb(133,22,114); }
td.TdClassName
{
border-color: #851672;
}
.TagClassName
{
border-color: #851672;
}
</style>