Shades of Dark Purple #821772
Tints of Dark Purple #821772
RGB
CMYK
RGB Variations
Color information
#821772 (or 0x821772) is known color: Dark Purple. HEX triplet: 82, 17 and 72. RGB value is (130,23,114). Sum of RGB (Red+Green+Blue) = 130+23+114=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #821772 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821772 is #7DE88D. Grayscale: #414141. Windows color (decimal): -8251534 or 7477122. OLE color: 7477122.
HSL color Cylindrical-coordinate representation of color #821772: hue angle of 308.97º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821772 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 23 | 114 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.49 |
| HSL | 308.97º | 0.7% | 0.3% | - |
| HSV(B) | 308.97º | 0.82% | 0.51% | - |
| XYZ | 12.55 | 6.57 | 16.53 | - |
| YUV | 65.37 | 155.45 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 23 | 114 | 0 | 0.82 | 0.12 | 0.49 | 308.97 | 0.7 | 0.3 |
| Hex | 82 | 17 | 72 | 0 | 52 | C | 31 | 135 | 46 | 1E |
| Octal | 202 | 27 | 162 | 0 | 122 | 14 | 61 | 465 | 106 | 36 |
| Binary | 10000010 | 10111 | 1110010 | 0 | 1010010 | 1100 | 110001 | 100110101 | 1000110 | 11110 |
Color Harmonies of #821772
Complementary color
Monochromatic Colors of #821772
Black with #821772
Text Example
Text Example
White with #821772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821772; }
p { color: rgb(130,23,114); }
H1.HeaderClassName
{
color: #821772;
}
.AnyTagClassName
{
color: #821772;
}
</style>
background-color css
<style>
a { background-color: #821772; }
a { background-color: rgb(130,23,114); }
div.DivClassName
{
background-color: #821772;
}
.BgClassName
{
background-color: #821772;
}
</style>
border-color css
<style>
span { border-color: #821772; }
span { border-color: rgb(130,23,114); }
td.TdClassName
{
border-color: #821772;
}
.TagClassName
{
border-color: #821772;
}
</style>