Shades of Dark Purple #821079
Tints of Dark Purple #821079
RGB
CMYK
RGB Variations
Color information
#821079 (or 0x821079) is known color: Dark Purple. HEX triplet: 82, 10 and 79. RGB value is (130,16,121). Sum of RGB (Red+Green+Blue) = 130+16+121=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #821079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821079 is #7DEF86. Grayscale: #3D3D3D. Windows color (decimal): -8253319 or 7934082. OLE color: 7934082.
HSL color Cylindrical-coordinate representation of color #821079: hue angle of 304.74º 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 #821079 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 16 | 121 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.49 |
| HSL | 304.74º | 0.78% | 0.29% | - |
| HSV(B) | 304.74º | 0.88% | 0.51% | - |
| XYZ | 12.84 | 6.5 | 18.67 | - |
| YUV | 62.06 | 161.27 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 121 | 0 | 0.88 | 0.07 | 0.49 | 304.74 | 0.78 | 0.29 |
| Hex | 82 | 10 | 79 | 0 | 58 | 7 | 31 | 131 | 4E | 1D |
| Octal | 202 | 20 | 171 | 0 | 130 | 7 | 61 | 461 | 116 | 35 |
| Binary | 10000010 | 10000 | 1111001 | 0 | 1011000 | 111 | 110001 | 100110001 | 1001110 | 11101 |
Color Harmonies of #821079
Complementary color
Monochromatic Colors of #821079
Black with #821079
Text Example
Text Example
White with #821079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821079; }
p { color: rgb(130,16,121); }
H1.HeaderClassName
{
color: #821079;
}
.AnyTagClassName
{
color: #821079;
}
</style>
background-color css
<style>
a { background-color: #821079; }
a { background-color: rgb(130,16,121); }
div.DivClassName
{
background-color: #821079;
}
.BgClassName
{
background-color: #821079;
}
</style>
border-color css
<style>
span { border-color: #821079; }
span { border-color: rgb(130,16,121); }
td.TdClassName
{
border-color: #821079;
}
.TagClassName
{
border-color: #821079;
}
</style>