Shades of Dark Purple #822D75
Tints of Dark Purple #822D75
RGB
CMYK
RGB Variations
Color information
#822D75 (or 0x822D75) is known color: Dark Purple. HEX triplet: 82, 2D and 75. RGB value is (130,45,117). Sum of RGB (Red+Green+Blue) = 130+45+117=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #822D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822D75 is #7DD28A. Grayscale: #4E4E4E. Windows color (decimal): -8245899 or 7679362. OLE color: 7679362.
HSL color Cylindrical-coordinate representation of color #822D75: hue angle of 309.18º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #822D75 is Cyan = 0, Magento = 0.65, Yellow = 0.1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 45 | 117 | - |
| CMYK | 0 | 0.65 | 0.1 | 0.49 |
| HSL | 309.18º | 0.49% | 0.34% | - |
| HSV(B) | 309.18º | 0.65% | 0.51% | - |
| XYZ | 13.36 | 7.91 | 17.65 | - |
| YUV | 78.62 | 149.66 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 45 | 117 | 0 | 0.65 | 0.1 | 0.49 | 309.18 | 0.49 | 0.34 |
| Hex | 82 | 2D | 75 | 0 | 41 | A | 31 | 135 | 31 | 22 |
| Octal | 202 | 55 | 165 | 0 | 101 | 12 | 61 | 465 | 61 | 42 |
| Binary | 10000010 | 101101 | 1110101 | 0 | 1000001 | 1010 | 110001 | 100110101 | 110001 | 100010 |
Color Harmonies of #822D75
Complementary color
Monochromatic Colors of #822D75
Black with #822D75
Text Example
Text Example
White with #822D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822D75; }
p { color: rgb(130,45,117); }
H1.HeaderClassName
{
color: #822D75;
}
.AnyTagClassName
{
color: #822D75;
}
</style>
background-color css
<style>
a { background-color: #822D75; }
a { background-color: rgb(130,45,117); }
div.DivClassName
{
background-color: #822D75;
}
.BgClassName
{
background-color: #822D75;
}
</style>
border-color css
<style>
span { border-color: #822D75; }
span { border-color: rgb(130,45,117); }
td.TdClassName
{
border-color: #822D75;
}
.TagClassName
{
border-color: #822D75;
}
</style>