Shades of Dark Purple #851769
Tints of Dark Purple #851769
RGB
CMYK
RGB Variations
Color information
#851769 (or 0x851769) is known color: Dark Purple. HEX triplet: 85, 17 and 69. RGB value is (133,23,105). Sum of RGB (Red+Green+Blue) = 133+23+105=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #851769 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851769 is #7AE896. Grayscale: #414141. Windows color (decimal): -8054935 or 6887301. OLE color: 6887301.
HSL color Cylindrical-coordinate representation of color #851769: hue angle of 315.27º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851769 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 23 | 105 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.48 |
| HSL | 315.27º | 0.71% | 0.31% | - |
| HSV(B) | 315.27º | 0.83% | 0.52% | - |
| XYZ | 12.53 | 6.62 | 13.98 | - |
| YUV | 65.24 | 150.44 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 105 | 0 | 0.83 | 0.21 | 0.48 | 315.27 | 0.71 | 0.31 |
| Hex | 85 | 17 | 69 | 0 | 53 | 15 | 30 | 13B | 47 | 1F |
| Octal | 205 | 27 | 151 | 0 | 123 | 25 | 60 | 473 | 107 | 37 |
| Binary | 10000101 | 10111 | 1101001 | 0 | 1010011 | 10101 | 110000 | 100111011 | 1000111 | 11111 |
Color Harmonies of #851769
Complementary color
Monochromatic Colors of #851769
Black with #851769
Text Example
Text Example
White with #851769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851769; }
p { color: rgb(133,23,105); }
H1.HeaderClassName
{
color: #851769;
}
.AnyTagClassName
{
color: #851769;
}
</style>
background-color css
<style>
a { background-color: #851769; }
a { background-color: rgb(133,23,105); }
div.DivClassName
{
background-color: #851769;
}
.BgClassName
{
background-color: #851769;
}
</style>
border-color css
<style>
span { border-color: #851769; }
span { border-color: rgb(133,23,105); }
td.TdClassName
{
border-color: #851769;
}
.TagClassName
{
border-color: #851769;
}
</style>