Shades of Dark Purple #821070
Tints of Dark Purple #821070
RGB
CMYK
RGB Variations
Color information
#821070 (or 0x821070) is known color: Dark Purple. HEX triplet: 82, 10 and 70. RGB value is (130,16,112). Sum of RGB (Red+Green+Blue) = 130+16+112=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #821070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821070 is #7DEF8F. Grayscale: #3C3C3C. Windows color (decimal): -8253328 or 7344258. OLE color: 7344258.
HSL color Cylindrical-coordinate representation of color #821070: hue angle of 309.47º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821070 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 16 | 112 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.49 |
| HSL | 309.47º | 0.78% | 0.29% | - |
| HSV(B) | 309.47º | 0.88% | 0.51% | - |
| XYZ | 12.32 | 6.29 | 15.89 | - |
| YUV | 61.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 112 | 0 | 0.88 | 0.14 | 0.49 | 309.47 | 0.78 | 0.29 |
| Hex | 82 | 10 | 70 | 0 | 58 | E | 31 | 135 | 4E | 1D |
| Octal | 202 | 20 | 160 | 0 | 130 | 16 | 61 | 465 | 116 | 35 |
| Binary | 10000010 | 10000 | 1110000 | 0 | 1011000 | 1110 | 110001 | 100110101 | 1001110 | 11101 |
Color Harmonies of #821070
Complementary color
Monochromatic Colors of #821070
Black with #821070
Text Example
Text Example
White with #821070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821070; }
p { color: rgb(130,16,112); }
H1.HeaderClassName
{
color: #821070;
}
.AnyTagClassName
{
color: #821070;
}
</style>
background-color css
<style>
a { background-color: #821070; }
a { background-color: rgb(130,16,112); }
div.DivClassName
{
background-color: #821070;
}
.BgClassName
{
background-color: #821070;
}
</style>
border-color css
<style>
span { border-color: #821070; }
span { border-color: rgb(130,16,112); }
td.TdClassName
{
border-color: #821070;
}
.TagClassName
{
border-color: #821070;
}
</style>