Shades of Dark Purple #821973
Tints of Dark Purple #821973
RGB
CMYK
RGB Variations
Color information
#821973 (or 0x821973) is known color: Dark Purple. HEX triplet: 82, 19 and 73. RGB value is (130,25,115). Sum of RGB (Red+Green+Blue) = 130+25+115=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #821973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821973 is #7DE68C. Grayscale: #424242. Windows color (decimal): -8251021 or 7543170. OLE color: 7543170.
HSL color Cylindrical-coordinate representation of color #821973: hue angle of 308.57º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #821973 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 25 | 115 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.49 |
| HSL | 308.57º | 0.68% | 0.3% | - |
| HSV(B) | 308.57º | 0.81% | 0.51% | - |
| XYZ | 12.65 | 6.68 | 16.84 | - |
| YUV | 66.66 | 155.29 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 25 | 115 | 0 | 0.81 | 0.12 | 0.49 | 308.57 | 0.68 | 0.3 |
| Hex | 82 | 19 | 73 | 0 | 51 | C | 31 | 135 | 44 | 1E |
| Octal | 202 | 31 | 163 | 0 | 121 | 14 | 61 | 465 | 104 | 36 |
| Binary | 10000010 | 11001 | 1110011 | 0 | 1010001 | 1100 | 110001 | 100110101 | 1000100 | 11110 |
Color Harmonies of #821973
Complementary color
Monochromatic Colors of #821973
Black with #821973
Text Example
Text Example
White with #821973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821973; }
p { color: rgb(130,25,115); }
H1.HeaderClassName
{
color: #821973;
}
.AnyTagClassName
{
color: #821973;
}
</style>
background-color css
<style>
a { background-color: #821973; }
a { background-color: rgb(130,25,115); }
div.DivClassName
{
background-color: #821973;
}
.BgClassName
{
background-color: #821973;
}
</style>
border-color css
<style>
span { border-color: #821973; }
span { border-color: rgb(130,25,115); }
td.TdClassName
{
border-color: #821973;
}
.TagClassName
{
border-color: #821973;
}
</style>