Shades of Dark Purple #812262
Tints of Dark Purple #812262
RGB
CMYK
RGB Variations
Color information
#812262 (or 0x812262) is known color: Dark Purple. HEX triplet: 81, 22 and 62. RGB value is (129,34,98). Sum of RGB (Red+Green+Blue) = 129+34+98=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #812262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812262 is #7EDD9D. Grayscale: #454545. Windows color (decimal): -8314270 or 6431361. OLE color: 6431361.
HSL color Cylindrical-coordinate representation of color #812262: hue angle of 319.58º degrees, saturation: 0.58, 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 #812262 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 34 | 98 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.49 |
| HSL | 319.58º | 0.58% | 0.32% | - |
| HSV(B) | 319.58º | 0.74% | 0.51% | - |
| XYZ | 11.83 | 6.69 | 12.22 | - |
| YUV | 69.7 | 143.97 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 34 | 98 | 0 | 0.74 | 0.24 | 0.49 | 319.58 | 0.58 | 0.32 |
| Hex | 81 | 22 | 62 | 0 | 4A | 18 | 31 | 140 | 3A | 20 |
| Octal | 201 | 42 | 142 | 0 | 112 | 30 | 61 | 500 | 72 | 40 |
| Binary | 10000001 | 100010 | 1100010 | 0 | 1001010 | 11000 | 110001 | 101000000 | 111010 | 100000 |
Color Harmonies of #812262
Complementary color
Monochromatic Colors of #812262
Black with #812262
Text Example
Text Example
White with #812262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812262; }
p { color: rgb(129,34,98); }
H1.HeaderClassName
{
color: #812262;
}
.AnyTagClassName
{
color: #812262;
}
</style>
background-color css
<style>
a { background-color: #812262; }
a { background-color: rgb(129,34,98); }
div.DivClassName
{
background-color: #812262;
}
.BgClassName
{
background-color: #812262;
}
</style>
border-color css
<style>
span { border-color: #812262; }
span { border-color: rgb(129,34,98); }
td.TdClassName
{
border-color: #812262;
}
.TagClassName
{
border-color: #812262;
}
</style>