Shades of Dark Purple #851C6C
Tints of Dark Purple #851C6C
RGB
CMYK
RGB Variations
Color information
#851C6C (or 0x851C6C) is known color: Dark Purple. HEX triplet: 85, 1C and 6C. RGB value is (133,28,108). Sum of RGB (Red+Green+Blue) = 133+28+108=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #851C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851C6C is #7AE393. Grayscale: #444444. Windows color (decimal): -8053652 or 7085189. OLE color: 7085189.
HSL color Cylindrical-coordinate representation of color #851C6C: hue angle of 314.29º 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 #851C6C is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 28 | 108 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.48 |
| HSL | 314.29º | 0.65% | 0.32% | - |
| HSV(B) | 314.29º | 0.79% | 0.52% | - |
| XYZ | 12.79 | 6.9 | 14.84 | - |
| YUV | 68.52 | 150.29 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 108 | 0 | 0.79 | 0.19 | 0.48 | 314.29 | 0.65 | 0.32 |
| Hex | 85 | 1C | 6C | 0 | 4F | 13 | 30 | 13A | 41 | 20 |
| Octal | 205 | 34 | 154 | 0 | 117 | 23 | 60 | 472 | 101 | 40 |
| Binary | 10000101 | 11100 | 1101100 | 0 | 1001111 | 10011 | 110000 | 100111010 | 1000001 | 100000 |
Color Harmonies of #851C6C
Complementary color
Monochromatic Colors of #851C6C
Black with #851C6C
Text Example
Text Example
White with #851C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851C6C; }
p { color: rgb(133,28,108); }
H1.HeaderClassName
{
color: #851C6C;
}
.AnyTagClassName
{
color: #851C6C;
}
</style>
background-color css
<style>
a { background-color: #851C6C; }
a { background-color: rgb(133,28,108); }
div.DivClassName
{
background-color: #851C6C;
}
.BgClassName
{
background-color: #851C6C;
}
</style>
border-color css
<style>
span { border-color: #851C6C; }
span { border-color: rgb(133,28,108); }
td.TdClassName
{
border-color: #851C6C;
}
.TagClassName
{
border-color: #851C6C;
}
</style>