Shades of Dark Purple #821064
Tints of Dark Purple #821064
RGB
CMYK
RGB Variations
Color information
#821064 (or 0x821064) is known color: Dark Purple. HEX triplet: 82, 10 and 64. RGB value is (130,16,100). Sum of RGB (Red+Green+Blue) = 130+16+100=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #821064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821064 is #7DEF9B. Grayscale: #3B3B3B. Windows color (decimal): -8253340 or 6557826. OLE color: 6557826.
HSL color Cylindrical-coordinate representation of color #821064: hue angle of 315.79º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821064 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 16 | 100 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.49 |
| HSL | 315.79º | 0.78% | 0.29% | - |
| HSV(B) | 315.79º | 0.88% | 0.51% | - |
| XYZ | 11.69 | 6.04 | 12.61 | - |
| YUV | 59.66 | 150.77 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 100 | 0 | 0.88 | 0.23 | 0.49 | 315.79 | 0.78 | 0.29 |
| Hex | 82 | 10 | 64 | 0 | 58 | 17 | 31 | 13C | 4E | 1D |
| Octal | 202 | 20 | 144 | 0 | 130 | 27 | 61 | 474 | 116 | 35 |
| Binary | 10000010 | 10000 | 1100100 | 0 | 1011000 | 10111 | 110001 | 100111100 | 1001110 | 11101 |
Color Harmonies of #821064
Complementary color
Monochromatic Colors of #821064
Black with #821064
Text Example
Text Example
White with #821064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821064; }
p { color: rgb(130,16,100); }
H1.HeaderClassName
{
color: #821064;
}
.AnyTagClassName
{
color: #821064;
}
</style>
background-color css
<style>
a { background-color: #821064; }
a { background-color: rgb(130,16,100); }
div.DivClassName
{
background-color: #821064;
}
.BgClassName
{
background-color: #821064;
}
</style>
border-color css
<style>
span { border-color: #821064; }
span { border-color: rgb(130,16,100); }
td.TdClassName
{
border-color: #821064;
}
.TagClassName
{
border-color: #821064;
}
</style>