Shades of Dark Purple #851D6D
Tints of Dark Purple #851D6D
RGB
CMYK
RGB Variations
Color information
#851D6D (or 0x851D6D) is known color: Dark Purple. HEX triplet: 85, 1D and 6D. RGB value is (133,29,109). Sum of RGB (Red+Green+Blue) = 133+29+109=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #851D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851D6D is #7AE292. Grayscale: #454545. Windows color (decimal): -8053395 or 7150981. OLE color: 7150981.
HSL color Cylindrical-coordinate representation of color #851D6D: hue angle of 313.85º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #851D6D is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 29 | 109 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.48 |
| HSL | 313.85º | 0.64% | 0.32% | - |
| HSV(B) | 313.85º | 0.78% | 0.52% | - |
| XYZ | 12.87 | 6.97 | 15.13 | - |
| YUV | 69.22 | 150.46 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 109 | 0 | 0.78 | 0.18 | 0.48 | 313.85 | 0.64 | 0.32 |
| Hex | 85 | 1D | 6D | 0 | 4E | 12 | 30 | 13A | 40 | 20 |
| Octal | 205 | 35 | 155 | 0 | 116 | 22 | 60 | 472 | 100 | 40 |
| Binary | 10000101 | 11101 | 1101101 | 0 | 1001110 | 10010 | 110000 | 100111010 | 1000000 | 100000 |
Color Harmonies of #851D6D
Complementary color
Monochromatic Colors of #851D6D
Black with #851D6D
Text Example
Text Example
White with #851D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851D6D; }
p { color: rgb(133,29,109); }
H1.HeaderClassName
{
color: #851D6D;
}
.AnyTagClassName
{
color: #851D6D;
}
</style>
background-color css
<style>
a { background-color: #851D6D; }
a { background-color: rgb(133,29,109); }
div.DivClassName
{
background-color: #851D6D;
}
.BgClassName
{
background-color: #851D6D;
}
</style>
border-color css
<style>
span { border-color: #851D6D; }
span { border-color: rgb(133,29,109); }
td.TdClassName
{
border-color: #851D6D;
}
.TagClassName
{
border-color: #851D6D;
}
</style>