Shades of Dark Purple #851782
Tints of Dark Purple #851782
RGB
CMYK
RGB Variations
Color information
#851782 (or 0x851782) is known color: Dark Purple. HEX triplet: 85, 17 and 82. RGB value is (133,23,130). Sum of RGB (Red+Green+Blue) = 133+23+130=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #851782 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #851782 is #7AE87D. Grayscale: #434343. Windows color (decimal): -8054910 or 8525701. OLE color: 8525701.
HSL color Cylindrical-coordinate representation of color #851782: hue angle of 301.64º 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 #851782 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 23 | 130 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.48 |
| HSL | 301.64º | 0.71% | 0.31% | - |
| HSV(B) | 301.64º | 0.83% | 0.52% | - |
| XYZ | 14.01 | 7.21 | 21.77 | - |
| YUV | 68.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 130 | 0 | 0.83 | 0.02 | 0.48 | 301.64 | 0.71 | 0.31 |
| Hex | 85 | 17 | 82 | 0 | 53 | 2 | 30 | 12E | 47 | 1F |
| Octal | 205 | 27 | 202 | 0 | 123 | 2 | 60 | 456 | 107 | 37 |
| Binary | 10000101 | 10111 | 10000010 | 0 | 1010011 | 10 | 110000 | 100101110 | 1000111 | 11111 |
Color Harmonies of #851782
Complementary color
Monochromatic Colors of #851782
Black with #851782
Text Example
Text Example
White with #851782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851782; }
p { color: rgb(133,23,130); }
H1.HeaderClassName
{
color: #851782;
}
.AnyTagClassName
{
color: #851782;
}
</style>
background-color css
<style>
a { background-color: #851782; }
a { background-color: rgb(133,23,130); }
div.DivClassName
{
background-color: #851782;
}
.BgClassName
{
background-color: #851782;
}
</style>
border-color css
<style>
span { border-color: #851782; }
span { border-color: rgb(133,23,130); }
td.TdClassName
{
border-color: #851782;
}
.TagClassName
{
border-color: #851782;
}
</style>