Shades of Dark Purple #822F73
Tints of Dark Purple #822F73
RGB
CMYK
RGB Variations
Color information
#822F73 (or 0x822F73) is known color: Dark Purple. HEX triplet: 82, 2F and 73. RGB value is (130,47,115). Sum of RGB (Red+Green+Blue) = 130+47+115=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #822F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822F73 is #7DD08C. Grayscale: #4F4F4F. Windows color (decimal): -8245389 or 7548802. OLE color: 7548802.
HSL color Cylindrical-coordinate representation of color #822F73: hue angle of 310.84º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #822F73 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 47 | 115 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.49 |
| HSL | 310.84º | 0.47% | 0.35% | - |
| HSV(B) | 310.84º | 0.64% | 0.51% | - |
| XYZ | 13.32 | 8.02 | 17.07 | - |
| YUV | 79.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 47 | 115 | 0 | 0.64 | 0.12 | 0.49 | 310.84 | 0.47 | 0.35 |
| Hex | 82 | 2F | 73 | 0 | 40 | C | 31 | 137 | 2F | 23 |
| Octal | 202 | 57 | 163 | 0 | 100 | 14 | 61 | 467 | 57 | 43 |
| Binary | 10000010 | 101111 | 1110011 | 0 | 1000000 | 1100 | 110001 | 100110111 | 101111 | 100011 |
Color Harmonies of #822F73
Complementary color
Monochromatic Colors of #822F73
Black with #822F73
Text Example
Text Example
White with #822F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822F73; }
p { color: rgb(130,47,115); }
H1.HeaderClassName
{
color: #822F73;
}
.AnyTagClassName
{
color: #822F73;
}
</style>
background-color css
<style>
a { background-color: #822F73; }
a { background-color: rgb(130,47,115); }
div.DivClassName
{
background-color: #822F73;
}
.BgClassName
{
background-color: #822F73;
}
</style>
border-color css
<style>
span { border-color: #822F73; }
span { border-color: rgb(130,47,115); }
td.TdClassName
{
border-color: #822F73;
}
.TagClassName
{
border-color: #822F73;
}
</style>