Shades of Dark Purple #821D64
Tints of Dark Purple #821D64
RGB
CMYK
RGB Variations
Color information
#821D64 (or 0x821D64) is known color: Dark Purple. HEX triplet: 82, 1D and 64. RGB value is (130,29,100). Sum of RGB (Red+Green+Blue) = 130+29+100=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #821D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821D64 is #7DE29B. Grayscale: #434343. Windows color (decimal): -8250012 or 6561154. OLE color: 6561154.
HSL color Cylindrical-coordinate representation of color #821D64: hue angle of 317.82º 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 #821D64 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 29 | 100 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.49 |
| HSL | 317.82º | 0.64% | 0.31% | - |
| HSV(B) | 317.82º | 0.78% | 0.51% | - |
| XYZ | 11.95 | 6.54 | 12.69 | - |
| YUV | 67.29 | 146.46 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 29 | 100 | 0 | 0.78 | 0.23 | 0.49 | 317.82 | 0.64 | 0.31 |
| Hex | 82 | 1D | 64 | 0 | 4E | 17 | 31 | 13E | 40 | 1F |
| Octal | 202 | 35 | 144 | 0 | 116 | 27 | 61 | 476 | 100 | 37 |
| Binary | 10000010 | 11101 | 1100100 | 0 | 1001110 | 10111 | 110001 | 100111110 | 1000000 | 11111 |
Color Harmonies of #821D64
Complementary color
Monochromatic Colors of #821D64
Black with #821D64
Text Example
Text Example
White with #821D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821D64; }
p { color: rgb(130,29,100); }
H1.HeaderClassName
{
color: #821D64;
}
.AnyTagClassName
{
color: #821D64;
}
</style>
background-color css
<style>
a { background-color: #821D64; }
a { background-color: rgb(130,29,100); }
div.DivClassName
{
background-color: #821D64;
}
.BgClassName
{
background-color: #821D64;
}
</style>
border-color css
<style>
span { border-color: #821D64; }
span { border-color: rgb(130,29,100); }
td.TdClassName
{
border-color: #821D64;
}
.TagClassName
{
border-color: #821D64;
}
</style>