Shades of Dark Purple #821560
Tints of Dark Purple #821560
RGB
CMYK
RGB Variations
Color information
#821560 (or 0x821560) is known color: Dark Purple. HEX triplet: 82, 15 and 60. RGB value is (130,21,96). Sum of RGB (Red+Green+Blue) = 130+21+96=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #821560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821560 is #7DEA9F. Grayscale: #3D3D3D. Windows color (decimal): -8252064 or 6296962. OLE color: 6296962.
HSL color Cylindrical-coordinate representation of color #821560: hue angle of 318.72º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821560 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 21 | 96 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.49 |
| HSL | 318.72º | 0.72% | 0.3% | - |
| HSV(B) | 318.72º | 0.84% | 0.51% | - |
| XYZ | 11.59 | 6.13 | 11.64 | - |
| YUV | 62.14 | 147.11 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 96 | 0 | 0.84 | 0.26 | 0.49 | 318.72 | 0.72 | 0.3 |
| Hex | 82 | 15 | 60 | 0 | 54 | 1A | 31 | 13F | 48 | 1E |
| Octal | 202 | 25 | 140 | 0 | 124 | 32 | 61 | 477 | 110 | 36 |
| Binary | 10000010 | 10101 | 1100000 | 0 | 1010100 | 11010 | 110001 | 100111111 | 1001000 | 11110 |
Color Harmonies of #821560
Complementary color
Monochromatic Colors of #821560
Black with #821560
Text Example
Text Example
White with #821560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821560; }
p { color: rgb(130,21,96); }
H1.HeaderClassName
{
color: #821560;
}
.AnyTagClassName
{
color: #821560;
}
</style>
background-color css
<style>
a { background-color: #821560; }
a { background-color: rgb(130,21,96); }
div.DivClassName
{
background-color: #821560;
}
.BgClassName
{
background-color: #821560;
}
</style>
border-color css
<style>
span { border-color: #821560; }
span { border-color: rgb(130,21,96); }
td.TdClassName
{
border-color: #821560;
}
.TagClassName
{
border-color: #821560;
}
</style>