Shades of Dark Purple #851D7D
Tints of Dark Purple #851D7D
RGB
CMYK
RGB Variations
Color information
#851D7D (or 0x851D7D) is known color: Dark Purple. HEX triplet: 85, 1D and 7D. RGB value is (133,29,125). Sum of RGB (Red+Green+Blue) = 133+29+125=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #851D7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851D7D is #7AE282. Grayscale: #464646. Windows color (decimal): -8053379 or 8199557. OLE color: 8199557.
HSL color Cylindrical-coordinate representation of color #851D7D: hue angle of 304.62º 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 #851D7D is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 29 | 125 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.48 |
| HSL | 304.62º | 0.64% | 0.32% | - |
| HSV(B) | 304.62º | 0.78% | 0.52% | - |
| XYZ | 13.81 | 7.35 | 20.09 | - |
| YUV | 71.04 | 158.46 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 125 | 0 | 0.78 | 0.06 | 0.48 | 304.62 | 0.64 | 0.32 |
| Hex | 85 | 1D | 7D | 0 | 4E | 6 | 30 | 131 | 40 | 20 |
| Octal | 205 | 35 | 175 | 0 | 116 | 6 | 60 | 461 | 100 | 40 |
| Binary | 10000101 | 11101 | 1111101 | 0 | 1001110 | 110 | 110000 | 100110001 | 1000000 | 100000 |
Color Harmonies of #851D7D
Complementary color
Monochromatic Colors of #851D7D
Black with #851D7D
Text Example
Text Example
White with #851D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851D7D; }
p { color: rgb(133,29,125); }
H1.HeaderClassName
{
color: #851D7D;
}
.AnyTagClassName
{
color: #851D7D;
}
</style>
background-color css
<style>
a { background-color: #851D7D; }
a { background-color: rgb(133,29,125); }
div.DivClassName
{
background-color: #851D7D;
}
.BgClassName
{
background-color: #851D7D;
}
</style>
border-color css
<style>
span { border-color: #851D7D; }
span { border-color: rgb(133,29,125); }
td.TdClassName
{
border-color: #851D7D;
}
.TagClassName
{
border-color: #851D7D;
}
</style>