Shades of Dark Purple #821279
Tints of Dark Purple #821279
RGB
CMYK
RGB Variations
Color information
#821279 (or 0x821279) is known color: Dark Purple. HEX triplet: 82, 12 and 79. RGB value is (130,18,121). Sum of RGB (Red+Green+Blue) = 130+18+121=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #821279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821279 is #7DED86. Grayscale: #3E3E3E. Windows color (decimal): -8252807 or 7934594. OLE color: 7934594.
HSL color Cylindrical-coordinate representation of color #821279: hue angle of 304.82º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821279 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 18 | 121 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.49 |
| HSL | 304.82º | 0.76% | 0.29% | - |
| HSV(B) | 304.82º | 0.86% | 0.51% | - |
| XYZ | 12.87 | 6.56 | 18.68 | - |
| YUV | 63.23 | 160.61 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 121 | 0 | 0.86 | 0.07 | 0.49 | 304.82 | 0.76 | 0.29 |
| Hex | 82 | 12 | 79 | 0 | 56 | 7 | 31 | 131 | 4C | 1D |
| Octal | 202 | 22 | 171 | 0 | 126 | 7 | 61 | 461 | 114 | 35 |
| Binary | 10000010 | 10010 | 1111001 | 0 | 1010110 | 111 | 110001 | 100110001 | 1001100 | 11101 |
Color Harmonies of #821279
Complementary color
Monochromatic Colors of #821279
Black with #821279
Text Example
Text Example
White with #821279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821279; }
p { color: rgb(130,18,121); }
H1.HeaderClassName
{
color: #821279;
}
.AnyTagClassName
{
color: #821279;
}
</style>
background-color css
<style>
a { background-color: #821279; }
a { background-color: rgb(130,18,121); }
div.DivClassName
{
background-color: #821279;
}
.BgClassName
{
background-color: #821279;
}
</style>
border-color css
<style>
span { border-color: #821279; }
span { border-color: rgb(130,18,121); }
td.TdClassName
{
border-color: #821279;
}
.TagClassName
{
border-color: #821279;
}
</style>