Shades of Dark Purple #851E6D
Tints of Dark Purple #851E6D
RGB
CMYK
RGB Variations
Color information
#851E6D (or 0x851E6D) is known color: Dark Purple. HEX triplet: 85, 1E and 6D. RGB value is (133,30,109). Sum of RGB (Red+Green+Blue) = 133+30+109=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #851E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851E6D is #7AE192. Grayscale: #454545. Windows color (decimal): -8053139 or 7151237. OLE color: 7151237.
HSL color Cylindrical-coordinate representation of color #851E6D: hue angle of 313.98º 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 #851E6D is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 30 | 109 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.48 |
| HSL | 313.98º | 0.63% | 0.32% | - |
| HSV(B) | 313.98º | 0.77% | 0.52% | - |
| XYZ | 12.9 | 7.02 | 15.14 | - |
| YUV | 69.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 109 | 0 | 0.77 | 0.18 | 0.48 | 313.98 | 0.63 | 0.32 |
| Hex | 85 | 1E | 6D | 0 | 4D | 12 | 30 | 13A | 3F | 20 |
| Octal | 205 | 36 | 155 | 0 | 115 | 22 | 60 | 472 | 77 | 40 |
| Binary | 10000101 | 11110 | 1101101 | 0 | 1001101 | 10010 | 110000 | 100111010 | 111111 | 100000 |
Color Harmonies of #851E6D
Complementary color
Monochromatic Colors of #851E6D
Black with #851E6D
Text Example
Text Example
White with #851E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851E6D; }
p { color: rgb(133,30,109); }
H1.HeaderClassName
{
color: #851E6D;
}
.AnyTagClassName
{
color: #851E6D;
}
</style>
background-color css
<style>
a { background-color: #851E6D; }
a { background-color: rgb(133,30,109); }
div.DivClassName
{
background-color: #851E6D;
}
.BgClassName
{
background-color: #851E6D;
}
</style>
border-color css
<style>
span { border-color: #851E6D; }
span { border-color: rgb(133,30,109); }
td.TdClassName
{
border-color: #851E6D;
}
.TagClassName
{
border-color: #851E6D;
}
</style>