Shades of Dark Purple #821D7C
Tints of Dark Purple #821D7C
RGB
CMYK
RGB Variations
Color information
#821D7C (or 0x821D7C) is known color: Dark Purple. HEX triplet: 82, 1D and 7C. RGB value is (130,29,124). Sum of RGB (Red+Green+Blue) = 130+29+124=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #821D7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821D7C is #7DE283. Grayscale: #454545. Windows color (decimal): -8249988 or 8134018. OLE color: 8134018.
HSL color Cylindrical-coordinate representation of color #821D7C: hue angle of 303.56º degrees, saturation: 0.64, 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 #821D7C is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 29 | 124 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.49 |
| HSL | 303.56º | 0.64% | 0.31% | - |
| HSV(B) | 303.56º | 0.78% | 0.51% | - |
| XYZ | 13.28 | 7.08 | 19.74 | - |
| YUV | 70.03 | 158.46 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 29 | 124 | 0 | 0.78 | 0.05 | 0.49 | 303.56 | 0.64 | 0.31 |
| Hex | 82 | 1D | 7C | 0 | 4E | 5 | 31 | 130 | 40 | 1F |
| Octal | 202 | 35 | 174 | 0 | 116 | 5 | 61 | 460 | 100 | 37 |
| Binary | 10000010 | 11101 | 1111100 | 0 | 1001110 | 101 | 110001 | 100110000 | 1000000 | 11111 |
Color Harmonies of #821D7C
Complementary color
Monochromatic Colors of #821D7C
Black with #821D7C
Text Example
Text Example
White with #821D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821D7C; }
p { color: rgb(130,29,124); }
H1.HeaderClassName
{
color: #821D7C;
}
.AnyTagClassName
{
color: #821D7C;
}
</style>
background-color css
<style>
a { background-color: #821D7C; }
a { background-color: rgb(130,29,124); }
div.DivClassName
{
background-color: #821D7C;
}
.BgClassName
{
background-color: #821D7C;
}
</style>
border-color css
<style>
span { border-color: #821D7C; }
span { border-color: rgb(130,29,124); }
td.TdClassName
{
border-color: #821D7C;
}
.TagClassName
{
border-color: #821D7C;
}
</style>