Shades of Dark Purple #821663
Tints of Dark Purple #821663
RGB
CMYK
RGB Variations
Color information
#821663 (or 0x821663) is known color: Dark Purple. HEX triplet: 82, 16 and 63. RGB value is (130,22,99). Sum of RGB (Red+Green+Blue) = 130+22+99=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #821663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821663 is #7DE99C. Grayscale: #3E3E3E. Windows color (decimal): -8251805 or 6493826. OLE color: 6493826.
HSL color Cylindrical-coordinate representation of color #821663: hue angle of 317.22º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #821663 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 22 | 99 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.49 |
| HSL | 317.22º | 0.71% | 0.3% | - |
| HSV(B) | 317.22º | 0.83% | 0.51% | - |
| XYZ | 11.74 | 6.22 | 12.39 | - |
| YUV | 63.07 | 148.28 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 22 | 99 | 0 | 0.83 | 0.24 | 0.49 | 317.22 | 0.71 | 0.3 |
| Hex | 82 | 16 | 63 | 0 | 53 | 18 | 31 | 13D | 47 | 1E |
| Octal | 202 | 26 | 143 | 0 | 123 | 30 | 61 | 475 | 107 | 36 |
| Binary | 10000010 | 10110 | 1100011 | 0 | 1010011 | 11000 | 110001 | 100111101 | 1000111 | 11110 |
Color Harmonies of #821663
Complementary color
Monochromatic Colors of #821663
Black with #821663
Text Example
Text Example
White with #821663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821663; }
p { color: rgb(130,22,99); }
H1.HeaderClassName
{
color: #821663;
}
.AnyTagClassName
{
color: #821663;
}
</style>
background-color css
<style>
a { background-color: #821663; }
a { background-color: rgb(130,22,99); }
div.DivClassName
{
background-color: #821663;
}
.BgClassName
{
background-color: #821663;
}
</style>
border-color css
<style>
span { border-color: #821663; }
span { border-color: rgb(130,22,99); }
td.TdClassName
{
border-color: #821663;
}
.TagClassName
{
border-color: #821663;
}
</style>