Shades of Dark Purple #822570
Tints of Dark Purple #822570
RGB
CMYK
RGB Variations
Color information
#822570 (or 0x822570) is known color: Dark Purple. HEX triplet: 82, 25 and 70. RGB value is (130,37,112). Sum of RGB (Red+Green+Blue) = 130+37+112=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #822570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822570 is #7DDA8F. Grayscale: #494949. Windows color (decimal): -8247952 or 7349634. OLE color: 7349634.
HSL color Cylindrical-coordinate representation of color #822570: hue angle of 311.61º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #822570 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 37 | 112 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.49 |
| HSL | 311.61º | 0.56% | 0.33% | - |
| HSV(B) | 311.61º | 0.72% | 0.51% | - |
| XYZ | 12.79 | 7.24 | 16.05 | - |
| YUV | 73.36 | 149.81 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 37 | 112 | 0 | 0.72 | 0.14 | 0.49 | 311.61 | 0.56 | 0.33 |
| Hex | 82 | 25 | 70 | 0 | 48 | E | 31 | 138 | 38 | 21 |
| Octal | 202 | 45 | 160 | 0 | 110 | 16 | 61 | 470 | 70 | 41 |
| Binary | 10000010 | 100101 | 1110000 | 0 | 1001000 | 1110 | 110001 | 100111000 | 111000 | 100001 |
Color Harmonies of #822570
Complementary color
Monochromatic Colors of #822570
Black with #822570
Text Example
Text Example
White with #822570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822570; }
p { color: rgb(130,37,112); }
H1.HeaderClassName
{
color: #822570;
}
.AnyTagClassName
{
color: #822570;
}
</style>
background-color css
<style>
a { background-color: #822570; }
a { background-color: rgb(130,37,112); }
div.DivClassName
{
background-color: #822570;
}
.BgClassName
{
background-color: #822570;
}
</style>
border-color css
<style>
span { border-color: #822570; }
span { border-color: rgb(130,37,112); }
td.TdClassName
{
border-color: #822570;
}
.TagClassName
{
border-color: #822570;
}
</style>