Shades of Dark Purple #851764
Tints of Dark Purple #851764
RGB
CMYK
RGB Variations
Color information
#851764 (or 0x851764) is known color: Dark Purple. HEX triplet: 85, 17 and 64. RGB value is (133,23,100). Sum of RGB (Red+Green+Blue) = 133+23+100=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #851764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851764 is #7AE89B. Grayscale: #404040. Windows color (decimal): -8054940 or 6559621. OLE color: 6559621.
HSL color Cylindrical-coordinate representation of color #851764: hue angle of 318º 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 #851764 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 23 | 100 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.48 |
| HSL | 318º | 0.71% | 0.31% | - |
| HSV(B) | 318º | 0.83% | 0.52% | - |
| XYZ | 12.28 | 6.52 | 12.67 | - |
| YUV | 64.67 | 147.94 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 100 | 0 | 0.83 | 0.25 | 0.48 | 318 | 0.71 | 0.31 |
| Hex | 85 | 17 | 64 | 0 | 53 | 19 | 30 | 13E | 47 | 1F |
| Octal | 205 | 27 | 144 | 0 | 123 | 31 | 60 | 476 | 107 | 37 |
| Binary | 10000101 | 10111 | 1100100 | 0 | 1010011 | 11001 | 110000 | 100111110 | 1000111 | 11111 |
Color Harmonies of #851764
Complementary color
Monochromatic Colors of #851764
Black with #851764
Text Example
Text Example
White with #851764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851764; }
p { color: rgb(133,23,100); }
H1.HeaderClassName
{
color: #851764;
}
.AnyTagClassName
{
color: #851764;
}
</style>
background-color css
<style>
a { background-color: #851764; }
a { background-color: rgb(133,23,100); }
div.DivClassName
{
background-color: #851764;
}
.BgClassName
{
background-color: #851764;
}
</style>
border-color css
<style>
span { border-color: #851764; }
span { border-color: rgb(133,23,100); }
td.TdClassName
{
border-color: #851764;
}
.TagClassName
{
border-color: #851764;
}
</style>