Shades of Dark Purple #821782
Tints of Dark Purple #821782
RGB
CMYK
RGB Variations
Color information
#821782 (or 0x821782) is known color: Dark Purple. HEX triplet: 82, 17 and 82. RGB value is (130,23,130). Sum of RGB (Red+Green+Blue) = 130+23+130=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #821782 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821782 is #7DE87D. Grayscale: #424242. Windows color (decimal): -8251518 or 8525698. OLE color: 8525698.
HSL color Cylindrical-coordinate representation of color #821782: hue angle of 300º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821782 is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 23 | 130 | - |
| CMYK | 0 | 0.82 | 0 | 0.49 |
| HSL | 300º | 0.7% | 0.3% | - |
| HSV(B) | 300º | 0.82% | 0.51% | - |
| XYZ | 13.54 | 6.97 | 21.75 | - |
| YUV | 67.19 | 163.45 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 23 | 130 | 0 | 0.82 | 0 | 0.49 | 300 | 0.7 | 0.3 |
| Hex | 82 | 17 | 82 | 0 | 52 | 0 | 31 | 12C | 46 | 1E |
| Octal | 202 | 27 | 202 | 0 | 122 | 0 | 61 | 454 | 106 | 36 |
| Binary | 10000010 | 10111 | 10000010 | 0 | 1010010 | 0 | 110001 | 100101100 | 1000110 | 11110 |
Color Harmonies of #821782
Complementary color
Monochromatic Colors of #821782
Black with #821782
Text Example
Text Example
White with #821782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821782; }
p { color: rgb(130,23,130); }
H1.HeaderClassName
{
color: #821782;
}
.AnyTagClassName
{
color: #821782;
}
</style>
background-color css
<style>
a { background-color: #821782; }
a { background-color: rgb(130,23,130); }
div.DivClassName
{
background-color: #821782;
}
.BgClassName
{
background-color: #821782;
}
</style>
border-color css
<style>
span { border-color: #821782; }
span { border-color: rgb(130,23,130); }
td.TdClassName
{
border-color: #821782;
}
.TagClassName
{
border-color: #821782;
}
</style>