Shades of Dark Purple #812162
Tints of Dark Purple #812162
RGB
CMYK
RGB Variations
Color information
#812162 (or 0x812162) is known color: Dark Purple. HEX triplet: 81, 21 and 62. RGB value is (129,33,98). Sum of RGB (Red+Green+Blue) = 129+33+98=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #812162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812162 is #7EDE9D. Grayscale: #444444. Windows color (decimal): -8314526 or 6431105. OLE color: 6431105.
HSL color Cylindrical-coordinate representation of color #812162: hue angle of 319.38º 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 #812162 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 33 | 98 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.49 |
| HSL | 319.38º | 0.59% | 0.32% | - |
| HSV(B) | 319.38º | 0.74% | 0.51% | - |
| XYZ | 11.8 | 6.64 | 12.21 | - |
| YUV | 69.11 | 144.3 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 98 | 0 | 0.74 | 0.24 | 0.49 | 319.38 | 0.59 | 0.32 |
| Hex | 81 | 21 | 62 | 0 | 4A | 18 | 31 | 13F | 3B | 20 |
| Octal | 201 | 41 | 142 | 0 | 112 | 30 | 61 | 477 | 73 | 40 |
| Binary | 10000001 | 100001 | 1100010 | 0 | 1001010 | 11000 | 110001 | 100111111 | 111011 | 100000 |
Color Harmonies of #812162
Complementary color
Monochromatic Colors of #812162
Black with #812162
Text Example
Text Example
White with #812162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812162; }
p { color: rgb(129,33,98); }
H1.HeaderClassName
{
color: #812162;
}
.AnyTagClassName
{
color: #812162;
}
</style>
background-color css
<style>
a { background-color: #812162; }
a { background-color: rgb(129,33,98); }
div.DivClassName
{
background-color: #812162;
}
.BgClassName
{
background-color: #812162;
}
</style>
border-color css
<style>
span { border-color: #812162; }
span { border-color: rgb(129,33,98); }
td.TdClassName
{
border-color: #812162;
}
.TagClassName
{
border-color: #812162;
}
</style>