Shades of Dark Purple #821065
Tints of Dark Purple #821065
RGB
CMYK
RGB Variations
Color information
#821065 (or 0x821065) is known color: Dark Purple. HEX triplet: 82, 10 and 65. RGB value is (130,16,101). Sum of RGB (Red+Green+Blue) = 130+16+101=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #821065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821065 is #7DEF9A. Grayscale: #3B3B3B. Windows color (decimal): -8253339 or 6623362. OLE color: 6623362.
HSL color Cylindrical-coordinate representation of color #821065: hue angle of 315.26º 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 #821065 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 16 | 101 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.49 |
| HSL | 315.26º | 0.78% | 0.29% | - |
| HSV(B) | 315.26º | 0.88% | 0.51% | - |
| XYZ | 11.74 | 6.06 | 12.86 | - |
| YUV | 59.78 | 151.27 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 101 | 0 | 0.88 | 0.22 | 0.49 | 315.26 | 0.78 | 0.29 |
| Hex | 82 | 10 | 65 | 0 | 58 | 16 | 31 | 13B | 4E | 1D |
| Octal | 202 | 20 | 145 | 0 | 130 | 26 | 61 | 473 | 116 | 35 |
| Binary | 10000010 | 10000 | 1100101 | 0 | 1011000 | 10110 | 110001 | 100111011 | 1001110 | 11101 |
Color Harmonies of #821065
Complementary color
Monochromatic Colors of #821065
Black with #821065
Text Example
Text Example
White with #821065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821065; }
p { color: rgb(130,16,101); }
H1.HeaderClassName
{
color: #821065;
}
.AnyTagClassName
{
color: #821065;
}
</style>
background-color css
<style>
a { background-color: #821065; }
a { background-color: rgb(130,16,101); }
div.DivClassName
{
background-color: #821065;
}
.BgClassName
{
background-color: #821065;
}
</style>
border-color css
<style>
span { border-color: #821065; }
span { border-color: rgb(130,16,101); }
td.TdClassName
{
border-color: #821065;
}
.TagClassName
{
border-color: #821065;
}
</style>