Shades of Dark Purple #851E6C
Tints of Dark Purple #851E6C
RGB
CMYK
RGB Variations
Color information
#851E6C (or 0x851E6C) is known color: Dark Purple. HEX triplet: 85, 1E and 6C. RGB value is (133,30,108). Sum of RGB (Red+Green+Blue) = 133+30+108=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #851E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851E6C is #7AE193. Grayscale: #454545. Windows color (decimal): -8053140 or 7085701. OLE color: 7085701.
HSL color Cylindrical-coordinate representation of color #851E6C: hue angle of 314.56º 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 #851E6C is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 30 | 108 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.48 |
| HSL | 314.56º | 0.63% | 0.32% | - |
| HSV(B) | 314.56º | 0.77% | 0.52% | - |
| XYZ | 12.84 | 7 | 14.86 | - |
| YUV | 69.69 | 149.62 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 108 | 0 | 0.77 | 0.19 | 0.48 | 314.56 | 0.63 | 0.32 |
| Hex | 85 | 1E | 6C | 0 | 4D | 13 | 30 | 13B | 3F | 20 |
| Octal | 205 | 36 | 154 | 0 | 115 | 23 | 60 | 473 | 77 | 40 |
| Binary | 10000101 | 11110 | 1101100 | 0 | 1001101 | 10011 | 110000 | 100111011 | 111111 | 100000 |
Color Harmonies of #851E6C
Complementary color
Monochromatic Colors of #851E6C
Black with #851E6C
Text Example
Text Example
White with #851E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851E6C; }
p { color: rgb(133,30,108); }
H1.HeaderClassName
{
color: #851E6C;
}
.AnyTagClassName
{
color: #851E6C;
}
</style>
background-color css
<style>
a { background-color: #851E6C; }
a { background-color: rgb(133,30,108); }
div.DivClassName
{
background-color: #851E6C;
}
.BgClassName
{
background-color: #851E6C;
}
</style>
border-color css
<style>
span { border-color: #851E6C; }
span { border-color: rgb(133,30,108); }
td.TdClassName
{
border-color: #851E6C;
}
.TagClassName
{
border-color: #851E6C;
}
</style>