Shades of Dark Purple #822269
Tints of Dark Purple #822269
RGB
CMYK
RGB Variations
Color information
#822269 (or 0x822269) is known color: Dark Purple. HEX triplet: 82, 22 and 69. RGB value is (130,34,105). Sum of RGB (Red+Green+Blue) = 130+34+105=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #822269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822269 is #7DDD96. Grayscale: #464646. Windows color (decimal): -8248727 or 6890114. OLE color: 6890114.
HSL color Cylindrical-coordinate representation of color #822269: hue angle of 315.62º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #822269 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 34 | 105 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.49 |
| HSL | 315.63º | 0.59% | 0.32% | - |
| HSV(B) | 315.63º | 0.74% | 0.51% | - |
| XYZ | 12.33 | 6.91 | 14.05 | - |
| YUV | 70.8 | 147.3 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 34 | 105 | 0 | 0.74 | 0.19 | 0.49 | 315.63 | 0.59 | 0.32 |
| Hex | 82 | 22 | 69 | 0 | 4A | 13 | 31 | 13C | 3B | 20 |
| Octal | 202 | 42 | 151 | 0 | 112 | 23 | 61 | 474 | 73 | 40 |
| Binary | 10000010 | 100010 | 1101001 | 0 | 1001010 | 10011 | 110001 | 100111100 | 111011 | 100000 |
Color Harmonies of #822269
Complementary color
Monochromatic Colors of #822269
Black with #822269
Text Example
Text Example
White with #822269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822269; }
p { color: rgb(130,34,105); }
H1.HeaderClassName
{
color: #822269;
}
.AnyTagClassName
{
color: #822269;
}
</style>
background-color css
<style>
a { background-color: #822269; }
a { background-color: rgb(130,34,105); }
div.DivClassName
{
background-color: #822269;
}
.BgClassName
{
background-color: #822269;
}
</style>
border-color css
<style>
span { border-color: #822269; }
span { border-color: rgb(130,34,105); }
td.TdClassName
{
border-color: #822269;
}
.TagClassName
{
border-color: #822269;
}
</style>