Shades of Dark Purple #821471
Tints of Dark Purple #821471
RGB
CMYK
RGB Variations
Color information
#821471 (or 0x821471) is known color: Dark Purple. HEX triplet: 82, 14 and 71. RGB value is (130,20,113). Sum of RGB (Red+Green+Blue) = 130+20+113=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #821471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821471 is #7DEB8E. Grayscale: #3F3F3F. Windows color (decimal): -8252303 or 7410818. OLE color: 7410818.
HSL color Cylindrical-coordinate representation of color #821471: hue angle of 309.27º degrees, saturation: 0.73, 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 #821471 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 20 | 113 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.49 |
| HSL | 309.27º | 0.73% | 0.29% | - |
| HSV(B) | 309.27º | 0.85% | 0.51% | - |
| XYZ | 12.44 | 6.44 | 16.21 | - |
| YUV | 63.49 | 155.94 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 113 | 0 | 0.85 | 0.13 | 0.49 | 309.27 | 0.73 | 0.29 |
| Hex | 82 | 14 | 71 | 0 | 55 | D | 31 | 135 | 49 | 1D |
| Octal | 202 | 24 | 161 | 0 | 125 | 15 | 61 | 465 | 111 | 35 |
| Binary | 10000010 | 10100 | 1110001 | 0 | 1010101 | 1101 | 110001 | 100110101 | 1001001 | 11101 |
Color Harmonies of #821471
Complementary color
Monochromatic Colors of #821471
Black with #821471
Text Example
Text Example
White with #821471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821471; }
p { color: rgb(130,20,113); }
H1.HeaderClassName
{
color: #821471;
}
.AnyTagClassName
{
color: #821471;
}
</style>
background-color css
<style>
a { background-color: #821471; }
a { background-color: rgb(130,20,113); }
div.DivClassName
{
background-color: #821471;
}
.BgClassName
{
background-color: #821471;
}
</style>
border-color css
<style>
span { border-color: #821471; }
span { border-color: rgb(130,20,113); }
td.TdClassName
{
border-color: #821471;
}
.TagClassName
{
border-color: #821471;
}
</style>