Shades of Dark Purple #812382
Tints of Dark Purple #812382
RGB
CMYK
RGB Variations
Color information
#812382 (or 0x812382) is known color: Dark Purple. HEX triplet: 81, 23 and 82. RGB value is (129,35,130). Sum of RGB (Red+Green+Blue) = 129+35+130=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #812382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812382 is #7EDC7D. Grayscale: #494949. Windows color (decimal): -8313982 or 8528769. OLE color: 8528769.
HSL color Cylindrical-coordinate representation of color #812382: hue angle of 299.37º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #812382 is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 35 | 130 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.49 |
| HSL | 299.37º | 0.58% | 0.32% | - |
| HSV(B) | 299.37º | 0.73% | 0.51% | - |
| XYZ | 13.68 | 7.48 | 21.84 | - |
| YUV | 73.94 | 159.64 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 35 | 130 | 0.01 | 0.73 | 0 | 0.49 | 299.37 | 0.58 | 0.32 |
| Hex | 81 | 23 | 82 | 1 | 49 | 0 | 31 | 12B | 3A | 20 |
| Octal | 201 | 43 | 202 | 1 | 111 | 0 | 61 | 453 | 72 | 40 |
| Binary | 10000001 | 100011 | 10000010 | 1 | 1001001 | 0 | 110001 | 100101011 | 111010 | 100000 |
Color Harmonies of #812382
Complementary color
Monochromatic Colors of #812382
Black with #812382
Text Example
Text Example
White with #812382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812382; }
p { color: rgb(129,35,130); }
H1.HeaderClassName
{
color: #812382;
}
.AnyTagClassName
{
color: #812382;
}
</style>
background-color css
<style>
a { background-color: #812382; }
a { background-color: rgb(129,35,130); }
div.DivClassName
{
background-color: #812382;
}
.BgClassName
{
background-color: #812382;
}
</style>
border-color css
<style>
span { border-color: #812382; }
span { border-color: rgb(129,35,130); }
td.TdClassName
{
border-color: #812382;
}
.TagClassName
{
border-color: #812382;
}
</style>