Shades of Dark Purple #821A7E
Tints of Dark Purple #821A7E
RGB
CMYK
RGB Variations
Color information
#821A7E (or 0x821A7E) is known color: Dark Purple. HEX triplet: 82, 1A and 7E. RGB value is (130,26,126). Sum of RGB (Red+Green+Blue) = 130+26+126=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #821A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821A7E is #7DE581. Grayscale: #444444. Windows color (decimal): -8250754 or 8264322. OLE color: 8264322.
HSL color Cylindrical-coordinate representation of color #821A7E: hue angle of 302.31º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #821A7E is Cyan = 0, Magento = 0.8, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 26 | 126 | - |
| CMYK | 0 | 0.8 | 0.03 | 0.49 |
| HSL | 302.31º | 0.67% | 0.31% | - |
| HSV(B) | 302.31º | 0.8% | 0.51% | - |
| XYZ | 13.34 | 6.99 | 20.38 | - |
| YUV | 68.5 | 160.46 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 126 | 0 | 0.8 | 0.03 | 0.49 | 302.31 | 0.67 | 0.31 |
| Hex | 82 | 1A | 7E | 0 | 50 | 3 | 31 | 12E | 43 | 1F |
| Octal | 202 | 32 | 176 | 0 | 120 | 3 | 61 | 456 | 103 | 37 |
| Binary | 10000010 | 11010 | 1111110 | 0 | 1010000 | 11 | 110001 | 100101110 | 1000011 | 11111 |
Color Harmonies of #821A7E
Complementary color
Monochromatic Colors of #821A7E
Black with #821A7E
Text Example
Text Example
White with #821A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821A7E; }
p { color: rgb(130,26,126); }
H1.HeaderClassName
{
color: #821A7E;
}
.AnyTagClassName
{
color: #821A7E;
}
</style>
background-color css
<style>
a { background-color: #821A7E; }
a { background-color: rgb(130,26,126); }
div.DivClassName
{
background-color: #821A7E;
}
.BgClassName
{
background-color: #821A7E;
}
</style>
border-color css
<style>
span { border-color: #821A7E; }
span { border-color: rgb(130,26,126); }
td.TdClassName
{
border-color: #821A7E;
}
.TagClassName
{
border-color: #821A7E;
}
</style>