Shades of Dark Purple #821C7A
Tints of Dark Purple #821C7A
RGB
CMYK
RGB Variations
Color information
#821C7A (or 0x821C7A) is known color: Dark Purple. HEX triplet: 82, 1C and 7A. RGB value is (130,28,122). Sum of RGB (Red+Green+Blue) = 130+28+122=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #821C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821C7A is #7DE385. Grayscale: #444444. Windows color (decimal): -8250246 or 8002690. OLE color: 8002690.
HSL color Cylindrical-coordinate representation of color #821C7A: hue angle of 304.71º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #821C7A is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 28 | 122 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.49 |
| HSL | 304.71º | 0.65% | 0.31% | - |
| HSV(B) | 304.71º | 0.78% | 0.51% | - |
| XYZ | 13.13 | 6.98 | 19.07 | - |
| YUV | 69.21 | 157.79 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 28 | 122 | 0 | 0.78 | 0.06 | 0.49 | 304.71 | 0.65 | 0.31 |
| Hex | 82 | 1C | 7A | 0 | 4E | 6 | 31 | 131 | 41 | 1F |
| Octal | 202 | 34 | 172 | 0 | 116 | 6 | 61 | 461 | 101 | 37 |
| Binary | 10000010 | 11100 | 1111010 | 0 | 1001110 | 110 | 110001 | 100110001 | 1000001 | 11111 |
Color Harmonies of #821C7A
Complementary color
Monochromatic Colors of #821C7A
Black with #821C7A
Text Example
Text Example
White with #821C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821C7A; }
p { color: rgb(130,28,122); }
H1.HeaderClassName
{
color: #821C7A;
}
.AnyTagClassName
{
color: #821C7A;
}
</style>
background-color css
<style>
a { background-color: #821C7A; }
a { background-color: rgb(130,28,122); }
div.DivClassName
{
background-color: #821C7A;
}
.BgClassName
{
background-color: #821C7A;
}
</style>
border-color css
<style>
span { border-color: #821C7A; }
span { border-color: rgb(130,28,122); }
td.TdClassName
{
border-color: #821C7A;
}
.TagClassName
{
border-color: #821C7A;
}
</style>