Shades of Dark Purple #821968
Tints of Dark Purple #821968
RGB
CMYK
RGB Variations
Color information
#821968 (or 0x821968) is known color: Dark Purple. HEX triplet: 82, 19 and 68. RGB value is (130,25,104). Sum of RGB (Red+Green+Blue) = 130+25+104=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #821968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821968 is #7DE697. Grayscale: #414141. Windows color (decimal): -8251032 or 6822274. OLE color: 6822274.
HSL color Cylindrical-coordinate representation of color #821968: hue angle of 314.86º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #821968 is Cyan = 0, Magento = 0.81, Yellow = 0.2 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 25 | 104 | - |
| CMYK | 0 | 0.81 | 0.2 | 0.49 |
| HSL | 314.86º | 0.68% | 0.3% | - |
| HSV(B) | 314.86º | 0.81% | 0.51% | - |
| XYZ | 12.05 | 6.44 | 13.7 | - |
| YUV | 65.4 | 149.79 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 25 | 104 | 0 | 0.81 | 0.2 | 0.49 | 314.86 | 0.68 | 0.3 |
| Hex | 82 | 19 | 68 | 0 | 51 | 14 | 31 | 13B | 44 | 1E |
| Octal | 202 | 31 | 150 | 0 | 121 | 24 | 61 | 473 | 104 | 36 |
| Binary | 10000010 | 11001 | 1101000 | 0 | 1010001 | 10100 | 110001 | 100111011 | 1000100 | 11110 |
Color Harmonies of #821968
Complementary color
Monochromatic Colors of #821968
Black with #821968
Text Example
Text Example
White with #821968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821968; }
p { color: rgb(130,25,104); }
H1.HeaderClassName
{
color: #821968;
}
.AnyTagClassName
{
color: #821968;
}
</style>
background-color css
<style>
a { background-color: #821968; }
a { background-color: rgb(130,25,104); }
div.DivClassName
{
background-color: #821968;
}
.BgClassName
{
background-color: #821968;
}
</style>
border-color css
<style>
span { border-color: #821968; }
span { border-color: rgb(130,25,104); }
td.TdClassName
{
border-color: #821968;
}
.TagClassName
{
border-color: #821968;
}
</style>