Shades of Dark Purple #851F7B
Tints of Dark Purple #851F7B
RGB
CMYK
RGB Variations
Color information
#851F7B (or 0x851F7B) is known color: Dark Purple. HEX triplet: 85, 1F and 7B. RGB value is (133,31,123). Sum of RGB (Red+Green+Blue) = 133+31+123=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #851F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851F7B is #7AE084. Grayscale: #474747. Windows color (decimal): -8052869 or 8068997. OLE color: 8068997.
HSL color Cylindrical-coordinate representation of color #851F7B: hue angle of 305.88º degrees, saturation: 0.62, 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 #851F7B is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 31 | 123 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.48 |
| HSL | 305.88º | 0.62% | 0.32% | - |
| HSV(B) | 305.88º | 0.77% | 0.52% | - |
| XYZ | 13.74 | 7.4 | 19.44 | - |
| YUV | 71.99 | 156.79 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 31 | 123 | 0 | 0.77 | 0.08 | 0.48 | 305.88 | 0.62 | 0.32 |
| Hex | 85 | 1F | 7B | 0 | 4D | 8 | 30 | 132 | 3E | 20 |
| Octal | 205 | 37 | 173 | 0 | 115 | 10 | 60 | 462 | 76 | 40 |
| Binary | 10000101 | 11111 | 1111011 | 0 | 1001101 | 1000 | 110000 | 100110010 | 111110 | 100000 |
Color Harmonies of #851F7B
Complementary color
Monochromatic Colors of #851F7B
Black with #851F7B
Text Example
Text Example
White with #851F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851F7B; }
p { color: rgb(133,31,123); }
H1.HeaderClassName
{
color: #851F7B;
}
.AnyTagClassName
{
color: #851F7B;
}
</style>
background-color css
<style>
a { background-color: #851F7B; }
a { background-color: rgb(133,31,123); }
div.DivClassName
{
background-color: #851F7B;
}
.BgClassName
{
background-color: #851F7B;
}
</style>
border-color css
<style>
span { border-color: #851F7B; }
span { border-color: rgb(133,31,123); }
td.TdClassName
{
border-color: #851F7B;
}
.TagClassName
{
border-color: #851F7B;
}
</style>