Shades of Dark Purple #821073
Tints of Dark Purple #821073
RGB
CMYK
RGB Variations
Color information
#821073 (or 0x821073) is known color: Dark Purple. HEX triplet: 82, 10 and 73. RGB value is (130,16,115). Sum of RGB (Red+Green+Blue) = 130+16+115=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #821073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821073 is #7DEF8C. Grayscale: #3D3D3D. Windows color (decimal): -8253325 or 7540866. OLE color: 7540866.
HSL color Cylindrical-coordinate representation of color #821073: hue angle of 307.89º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821073 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 16 | 115 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.49 |
| HSL | 307.89º | 0.78% | 0.29% | - |
| HSV(B) | 307.89º | 0.88% | 0.51% | - |
| XYZ | 12.49 | 6.35 | 16.79 | - |
| YUV | 61.37 | 158.27 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 115 | 0 | 0.88 | 0.12 | 0.49 | 307.89 | 0.78 | 0.29 |
| Hex | 82 | 10 | 73 | 0 | 58 | C | 31 | 134 | 4E | 1D |
| Octal | 202 | 20 | 163 | 0 | 130 | 14 | 61 | 464 | 116 | 35 |
| Binary | 10000010 | 10000 | 1110011 | 0 | 1011000 | 1100 | 110001 | 100110100 | 1001110 | 11101 |
Color Harmonies of #821073
Complementary color
Monochromatic Colors of #821073
Black with #821073
Text Example
Text Example
White with #821073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821073; }
p { color: rgb(130,16,115); }
H1.HeaderClassName
{
color: #821073;
}
.AnyTagClassName
{
color: #821073;
}
</style>
background-color css
<style>
a { background-color: #821073; }
a { background-color: rgb(130,16,115); }
div.DivClassName
{
background-color: #821073;
}
.BgClassName
{
background-color: #821073;
}
</style>
border-color css
<style>
span { border-color: #821073; }
span { border-color: rgb(130,16,115); }
td.TdClassName
{
border-color: #821073;
}
.TagClassName
{
border-color: #821073;
}
</style>