Shades of Dark Purple #821379
Tints of Dark Purple #821379
RGB
CMYK
RGB Variations
Color information
#821379 (or 0x821379) is known color: Dark Purple. HEX triplet: 82, 13 and 79. RGB value is (130,19,121). Sum of RGB (Red+Green+Blue) = 130+19+121=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #821379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821379 is #7DEC86. Grayscale: #3F3F3F. Windows color (decimal): -8252551 or 7934850. OLE color: 7934850.
HSL color Cylindrical-coordinate representation of color #821379: hue angle of 304.86º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821379 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 19 | 121 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.49 |
| HSL | 304.86º | 0.74% | 0.29% | - |
| HSV(B) | 304.86º | 0.85% | 0.51% | - |
| XYZ | 12.89 | 6.59 | 18.68 | - |
| YUV | 63.82 | 160.27 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 121 | 0 | 0.85 | 0.07 | 0.49 | 304.86 | 0.74 | 0.29 |
| Hex | 82 | 13 | 79 | 0 | 55 | 7 | 31 | 131 | 4A | 1D |
| Octal | 202 | 23 | 171 | 0 | 125 | 7 | 61 | 461 | 112 | 35 |
| Binary | 10000010 | 10011 | 1111001 | 0 | 1010101 | 111 | 110001 | 100110001 | 1001010 | 11101 |
Color Harmonies of #821379
Complementary color
Monochromatic Colors of #821379
Black with #821379
Text Example
Text Example
White with #821379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821379; }
p { color: rgb(130,19,121); }
H1.HeaderClassName
{
color: #821379;
}
.AnyTagClassName
{
color: #821379;
}
</style>
background-color css
<style>
a { background-color: #821379; }
a { background-color: rgb(130,19,121); }
div.DivClassName
{
background-color: #821379;
}
.BgClassName
{
background-color: #821379;
}
</style>
border-color css
<style>
span { border-color: #821379; }
span { border-color: rgb(130,19,121); }
td.TdClassName
{
border-color: #821379;
}
.TagClassName
{
border-color: #821379;
}
</style>