Shades of Dark Purple #822665
Tints of Dark Purple #822665
RGB
CMYK
RGB Variations
Color information
#822665 (or 0x822665) is known color: Dark Purple. HEX triplet: 82, 26 and 65. RGB value is (130,38,101). Sum of RGB (Red+Green+Blue) = 130+38+101=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #822665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822665 is #7DD99A. Grayscale: #484848. Windows color (decimal): -8247707 or 6628994. OLE color: 6628994.
HSL color Cylindrical-coordinate representation of color #822665: hue angle of 318.91º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #822665 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 38 | 101 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.49 |
| HSL | 318.91º | 0.55% | 0.33% | - |
| HSV(B) | 318.91º | 0.71% | 0.51% | - |
| XYZ | 12.25 | 7.07 | 13.03 | - |
| YUV | 72.69 | 143.98 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 38 | 101 | 0 | 0.71 | 0.22 | 0.49 | 318.91 | 0.55 | 0.33 |
| Hex | 82 | 26 | 65 | 0 | 47 | 16 | 31 | 13F | 37 | 21 |
| Octal | 202 | 46 | 145 | 0 | 107 | 26 | 61 | 477 | 67 | 41 |
| Binary | 10000010 | 100110 | 1100101 | 0 | 1000111 | 10110 | 110001 | 100111111 | 110111 | 100001 |
Color Harmonies of #822665
Complementary color
Monochromatic Colors of #822665
Black with #822665
Text Example
Text Example
White with #822665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822665; }
p { color: rgb(130,38,101); }
H1.HeaderClassName
{
color: #822665;
}
.AnyTagClassName
{
color: #822665;
}
</style>
background-color css
<style>
a { background-color: #822665; }
a { background-color: rgb(130,38,101); }
div.DivClassName
{
background-color: #822665;
}
.BgClassName
{
background-color: #822665;
}
</style>
border-color css
<style>
span { border-color: #822665; }
span { border-color: rgb(130,38,101); }
td.TdClassName
{
border-color: #822665;
}
.TagClassName
{
border-color: #822665;
}
</style>