Shades of Dark Purple #851C6E
Tints of Dark Purple #851C6E
RGB
CMYK
RGB Variations
Color information
#851C6E (or 0x851C6E) is known color: Dark Purple. HEX triplet: 85, 1C and 6E. RGB value is (133,28,110). Sum of RGB (Red+Green+Blue) = 133+28+110=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #851C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851C6E is #7AE391. Grayscale: #444444. Windows color (decimal): -8053650 or 7216261. OLE color: 7216261.
HSL color Cylindrical-coordinate representation of color #851C6E: hue angle of 313.14º 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 #851C6E is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 28 | 110 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.48 |
| HSL | 313.14º | 0.65% | 0.32% | - |
| HSV(B) | 313.14º | 0.79% | 0.52% | - |
| XYZ | 12.9 | 6.94 | 15.41 | - |
| YUV | 68.74 | 151.29 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 110 | 0 | 0.79 | 0.17 | 0.48 | 313.14 | 0.65 | 0.32 |
| Hex | 85 | 1C | 6E | 0 | 4F | 11 | 30 | 139 | 41 | 20 |
| Octal | 205 | 34 | 156 | 0 | 117 | 21 | 60 | 471 | 101 | 40 |
| Binary | 10000101 | 11100 | 1101110 | 0 | 1001111 | 10001 | 110000 | 100111001 | 1000001 | 100000 |
Color Harmonies of #851C6E
Complementary color
Monochromatic Colors of #851C6E
Black with #851C6E
Text Example
Text Example
White with #851C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851C6E; }
p { color: rgb(133,28,110); }
H1.HeaderClassName
{
color: #851C6E;
}
.AnyTagClassName
{
color: #851C6E;
}
</style>
background-color css
<style>
a { background-color: #851C6E; }
a { background-color: rgb(133,28,110); }
div.DivClassName
{
background-color: #851C6E;
}
.BgClassName
{
background-color: #851C6E;
}
</style>
border-color css
<style>
span { border-color: #851C6E; }
span { border-color: rgb(133,28,110); }
td.TdClassName
{
border-color: #851C6E;
}
.TagClassName
{
border-color: #851C6E;
}
</style>