Shades of Dark Purple #851C7E
Tints of Dark Purple #851C7E
RGB
CMYK
RGB Variations
Color information
#851C7E (or 0x851C7E) is known color: Dark Purple. HEX triplet: 85, 1C and 7E. RGB value is (133,28,126). Sum of RGB (Red+Green+Blue) = 133+28+126=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 126 (49.61% from 255 or 43.90% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #851C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851C7E is #7AE381. Grayscale: #464646. Windows color (decimal): -8053634 or 8264837. OLE color: 8264837.
HSL color Cylindrical-coordinate representation of color #851C7E: hue angle of 304º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #851C7E is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 28 | 126 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.48 |
| HSL | 304º | 0.65% | 0.32% | - |
| HSV(B) | 304º | 0.79% | 0.52% | - |
| XYZ | 13.85 | 7.32 | 20.42 | - |
| YUV | 70.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 126 | 0 | 0.79 | 0.05 | 0.48 | 304 | 0.65 | 0.32 |
| Hex | 85 | 1C | 7E | 0 | 4F | 5 | 30 | 130 | 41 | 20 |
| Octal | 205 | 34 | 176 | 0 | 117 | 5 | 60 | 460 | 101 | 40 |
| Binary | 10000101 | 11100 | 1111110 | 0 | 1001111 | 101 | 110000 | 100110000 | 1000001 | 100000 |
Color Harmonies of #851C7E
Complementary color
Monochromatic Colors of #851C7E
Black with #851C7E
Text Example
Text Example
White with #851C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851C7E; }
p { color: rgb(133,28,126); }
H1.HeaderClassName
{
color: #851C7E;
}
.AnyTagClassName
{
color: #851C7E;
}
</style>
background-color css
<style>
a { background-color: #851C7E; }
a { background-color: rgb(133,28,126); }
div.DivClassName
{
background-color: #851C7E;
}
.BgClassName
{
background-color: #851C7E;
}
</style>
border-color css
<style>
span { border-color: #851C7E; }
span { border-color: rgb(133,28,126); }
td.TdClassName
{
border-color: #851C7E;
}
.TagClassName
{
border-color: #851C7E;
}
</style>