Shades of Dark Purple #821069
Tints of Dark Purple #821069
RGB
CMYK
RGB Variations
Color information
#821069 (or 0x821069) is known color: Dark Purple. HEX triplet: 82, 10 and 69. RGB value is (130,16,105). Sum of RGB (Red+Green+Blue) = 130+16+105=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #821069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821069 is #7DEF96. Grayscale: #3B3B3B. Windows color (decimal): -8253335 or 6885506. OLE color: 6885506.
HSL color Cylindrical-coordinate representation of color #821069: hue angle of 313.16º 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 #821069 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 16 | 105 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.49 |
| HSL | 313.16º | 0.78% | 0.29% | - |
| HSV(B) | 313.16º | 0.88% | 0.51% | - |
| XYZ | 11.94 | 6.14 | 13.92 | - |
| YUV | 60.23 | 153.27 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 105 | 0 | 0.88 | 0.19 | 0.49 | 313.16 | 0.78 | 0.29 |
| Hex | 82 | 10 | 69 | 0 | 58 | 13 | 31 | 139 | 4E | 1D |
| Octal | 202 | 20 | 151 | 0 | 130 | 23 | 61 | 471 | 116 | 35 |
| Binary | 10000010 | 10000 | 1101001 | 0 | 1011000 | 10011 | 110001 | 100111001 | 1001110 | 11101 |
Color Harmonies of #821069
Complementary color
Monochromatic Colors of #821069
Black with #821069
Text Example
Text Example
White with #821069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821069; }
p { color: rgb(130,16,105); }
H1.HeaderClassName
{
color: #821069;
}
.AnyTagClassName
{
color: #821069;
}
</style>
background-color css
<style>
a { background-color: #821069; }
a { background-color: rgb(130,16,105); }
div.DivClassName
{
background-color: #821069;
}
.BgClassName
{
background-color: #821069;
}
</style>
border-color css
<style>
span { border-color: #821069; }
span { border-color: rgb(130,16,105); }
td.TdClassName
{
border-color: #821069;
}
.TagClassName
{
border-color: #821069;
}
</style>