Shades of Dark Purple #821271
Tints of Dark Purple #821271
RGB
CMYK
RGB Variations
Color information
#821271 (or 0x821271) is known color: Dark Purple. HEX triplet: 82, 12 and 71. RGB value is (130,18,113). Sum of RGB (Red+Green+Blue) = 130+18+113=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #821271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821271 is #7DED8E. Grayscale: #3E3E3E. Windows color (decimal): -8252815 or 7410306. OLE color: 7410306.
HSL color Cylindrical-coordinate representation of color #821271: hue angle of 309.11º 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 #821271 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 18 | 113 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.49 |
| HSL | 309.11º | 0.76% | 0.29% | - |
| HSV(B) | 309.11º | 0.86% | 0.51% | - |
| XYZ | 12.4 | 6.37 | 16.2 | - |
| YUV | 62.32 | 156.61 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 113 | 0 | 0.86 | 0.13 | 0.49 | 309.11 | 0.76 | 0.29 |
| Hex | 82 | 12 | 71 | 0 | 56 | D | 31 | 135 | 4C | 1D |
| Octal | 202 | 22 | 161 | 0 | 126 | 15 | 61 | 465 | 114 | 35 |
| Binary | 10000010 | 10010 | 1110001 | 0 | 1010110 | 1101 | 110001 | 100110101 | 1001100 | 11101 |
Color Harmonies of #821271
Complementary color
Monochromatic Colors of #821271
Black with #821271
Text Example
Text Example
White with #821271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821271; }
p { color: rgb(130,18,113); }
H1.HeaderClassName
{
color: #821271;
}
.AnyTagClassName
{
color: #821271;
}
</style>
background-color css
<style>
a { background-color: #821271; }
a { background-color: rgb(130,18,113); }
div.DivClassName
{
background-color: #821271;
}
.BgClassName
{
background-color: #821271;
}
</style>
border-color css
<style>
span { border-color: #821271; }
span { border-color: rgb(130,18,113); }
td.TdClassName
{
border-color: #821271;
}
.TagClassName
{
border-color: #821271;
}
</style>