Shades of Dark Purple #822565
Tints of Dark Purple #822565
RGB
CMYK
RGB Variations
Color information
#822565 (or 0x822565) is known color: Dark Purple. HEX triplet: 82, 25 and 65. RGB value is (130,37,101). Sum of RGB (Red+Green+Blue) = 130+37+101=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #822565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822565 is #7DDA9A. Grayscale: #474747. Windows color (decimal): -8247963 or 6628738. OLE color: 6628738.
HSL color Cylindrical-coordinate representation of color #822565: hue angle of 318.71º 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 #822565 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 37 | 101 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.49 |
| HSL | 318.71º | 0.56% | 0.33% | - |
| HSV(B) | 318.71º | 0.72% | 0.51% | - |
| XYZ | 12.22 | 7.01 | 13.02 | - |
| YUV | 72.1 | 144.31 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 37 | 101 | 0 | 0.72 | 0.22 | 0.49 | 318.71 | 0.56 | 0.33 |
| Hex | 82 | 25 | 65 | 0 | 48 | 16 | 31 | 13F | 38 | 21 |
| Octal | 202 | 45 | 145 | 0 | 110 | 26 | 61 | 477 | 70 | 41 |
| Binary | 10000010 | 100101 | 1100101 | 0 | 1001000 | 10110 | 110001 | 100111111 | 111000 | 100001 |
Color Harmonies of #822565
Complementary color
Monochromatic Colors of #822565
Black with #822565
Text Example
Text Example
White with #822565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822565; }
p { color: rgb(130,37,101); }
H1.HeaderClassName
{
color: #822565;
}
.AnyTagClassName
{
color: #822565;
}
</style>
background-color css
<style>
a { background-color: #822565; }
a { background-color: rgb(130,37,101); }
div.DivClassName
{
background-color: #822565;
}
.BgClassName
{
background-color: #822565;
}
</style>
border-color css
<style>
span { border-color: #822565; }
span { border-color: rgb(130,37,101); }
td.TdClassName
{
border-color: #822565;
}
.TagClassName
{
border-color: #822565;
}
</style>