Shades of Dark Purple #821460
Tints of Dark Purple #821460
RGB
CMYK
RGB Variations
Color information
#821460 (or 0x821460) is known color: Dark Purple. HEX triplet: 82, 14 and 60. RGB value is (130,20,96). Sum of RGB (Red+Green+Blue) = 130+20+96=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #821460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821460 is #7DEB9F. Grayscale: #3D3D3D. Windows color (decimal): -8252320 or 6296706. OLE color: 6296706.
HSL color Cylindrical-coordinate representation of color #821460: hue angle of 318.55º 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 #821460 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 20 | 96 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.49 |
| HSL | 318.55º | 0.73% | 0.29% | - |
| HSV(B) | 318.55º | 0.85% | 0.51% | - |
| XYZ | 11.57 | 6.09 | 11.63 | - |
| YUV | 61.55 | 147.44 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 96 | 0 | 0.85 | 0.26 | 0.49 | 318.55 | 0.73 | 0.29 |
| Hex | 82 | 14 | 60 | 0 | 55 | 1A | 31 | 13F | 49 | 1D |
| Octal | 202 | 24 | 140 | 0 | 125 | 32 | 61 | 477 | 111 | 35 |
| Binary | 10000010 | 10100 | 1100000 | 0 | 1010101 | 11010 | 110001 | 100111111 | 1001001 | 11101 |
Color Harmonies of #821460
Complementary color
Monochromatic Colors of #821460
Black with #821460
Text Example
Text Example
White with #821460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821460; }
p { color: rgb(130,20,96); }
H1.HeaderClassName
{
color: #821460;
}
.AnyTagClassName
{
color: #821460;
}
</style>
background-color css
<style>
a { background-color: #821460; }
a { background-color: rgb(130,20,96); }
div.DivClassName
{
background-color: #821460;
}
.BgClassName
{
background-color: #821460;
}
</style>
border-color css
<style>
span { border-color: #821460; }
span { border-color: rgb(130,20,96); }
td.TdClassName
{
border-color: #821460;
}
.TagClassName
{
border-color: #821460;
}
</style>