Shades of Dark Purple #851C69
Tints of Dark Purple #851C69
RGB
CMYK
RGB Variations
Color information
#851C69 (or 0x851C69) is known color: Dark Purple. HEX triplet: 85, 1C and 69. RGB value is (133,28,105). Sum of RGB (Red+Green+Blue) = 133+28+105=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #851C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851C69 is #7AE396. Grayscale: #434343. Windows color (decimal): -8053655 or 6888581. OLE color: 6888581.
HSL color Cylindrical-coordinate representation of color #851C69: hue angle of 316º 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 #851C69 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 28 | 105 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.48 |
| HSL | 316º | 0.65% | 0.32% | - |
| HSV(B) | 316º | 0.79% | 0.52% | - |
| XYZ | 12.64 | 6.84 | 14.02 | - |
| YUV | 68.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 105 | 0 | 0.79 | 0.21 | 0.48 | 316 | 0.65 | 0.32 |
| Hex | 85 | 1C | 69 | 0 | 4F | 15 | 30 | 13C | 41 | 20 |
| Octal | 205 | 34 | 151 | 0 | 117 | 25 | 60 | 474 | 101 | 40 |
| Binary | 10000101 | 11100 | 1101001 | 0 | 1001111 | 10101 | 110000 | 100111100 | 1000001 | 100000 |
Color Harmonies of #851C69
Complementary color
Monochromatic Colors of #851C69
Black with #851C69
Text Example
Text Example
White with #851C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851C69; }
p { color: rgb(133,28,105); }
H1.HeaderClassName
{
color: #851C69;
}
.AnyTagClassName
{
color: #851C69;
}
</style>
background-color css
<style>
a { background-color: #851C69; }
a { background-color: rgb(133,28,105); }
div.DivClassName
{
background-color: #851C69;
}
.BgClassName
{
background-color: #851C69;
}
</style>
border-color css
<style>
span { border-color: #851C69; }
span { border-color: rgb(133,28,105); }
td.TdClassName
{
border-color: #851C69;
}
.TagClassName
{
border-color: #851C69;
}
</style>