Shades of Dark Purple #821371
Tints of Dark Purple #821371
RGB
CMYK
RGB Variations
Color information
#821371 (or 0x821371) is known color: Dark Purple. HEX triplet: 82, 13 and 71. RGB value is (130,19,113). Sum of RGB (Red+Green+Blue) = 130+19+113=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #821371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821371 is #7DEC8E. Grayscale: #3E3E3E. Windows color (decimal): -8252559 or 7410562. OLE color: 7410562.
HSL color Cylindrical-coordinate representation of color #821371: hue angle of 309.19º 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 #821371 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 19 | 113 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.49 |
| HSL | 309.19º | 0.74% | 0.29% | - |
| HSV(B) | 309.19º | 0.85% | 0.51% | - |
| XYZ | 12.42 | 6.4 | 16.2 | - |
| YUV | 62.91 | 156.27 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 113 | 0 | 0.85 | 0.13 | 0.49 | 309.19 | 0.74 | 0.29 |
| Hex | 82 | 13 | 71 | 0 | 55 | D | 31 | 135 | 4A | 1D |
| Octal | 202 | 23 | 161 | 0 | 125 | 15 | 61 | 465 | 112 | 35 |
| Binary | 10000010 | 10011 | 1110001 | 0 | 1010101 | 1101 | 110001 | 100110101 | 1001010 | 11101 |
Color Harmonies of #821371
Complementary color
Monochromatic Colors of #821371
Black with #821371
Text Example
Text Example
White with #821371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821371; }
p { color: rgb(130,19,113); }
H1.HeaderClassName
{
color: #821371;
}
.AnyTagClassName
{
color: #821371;
}
</style>
background-color css
<style>
a { background-color: #821371; }
a { background-color: rgb(130,19,113); }
div.DivClassName
{
background-color: #821371;
}
.BgClassName
{
background-color: #821371;
}
</style>
border-color css
<style>
span { border-color: #821371; }
span { border-color: rgb(130,19,113); }
td.TdClassName
{
border-color: #821371;
}
.TagClassName
{
border-color: #821371;
}
</style>