Shades of Dark Purple #812980
Tints of Dark Purple #812980
RGB
CMYK
RGB Variations
Color information
#812980 (or 0x812980) is known color: Dark Purple. HEX triplet: 81, 29 and 80. RGB value is (129,41,128). Sum of RGB (Red+Green+Blue) = 129+41+128=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 129 - color contains mainly: red. Hex color #812980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812980 is #7ED67F. Grayscale: #4C4C4C. Windows color (decimal): -8312448 or 8399233. OLE color: 8399233.
HSL color Cylindrical-coordinate representation of color #812980: hue angle of 300.68º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #812980 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 41 | 128 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.49 |
| HSL | 300.68º | 0.52% | 0.33% | - |
| HSV(B) | 300.68º | 0.68% | 0.51% | - |
| XYZ | 13.74 | 7.81 | 21.21 | - |
| YUV | 77.23 | 156.65 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 128 | 0 | 0.68 | 0.01 | 0.49 | 300.68 | 0.52 | 0.33 |
| Hex | 81 | 29 | 80 | 0 | 44 | 1 | 31 | 12D | 34 | 21 |
| Octal | 201 | 51 | 200 | 0 | 104 | 1 | 61 | 455 | 64 | 41 |
| Binary | 10000001 | 101001 | 10000000 | 0 | 1000100 | 1 | 110001 | 100101101 | 110100 | 100001 |
Color Harmonies of #812980
Complementary color
Monochromatic Colors of #812980
Black with #812980
Text Example
Text Example
White with #812980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812980; }
p { color: rgb(129,41,128); }
H1.HeaderClassName
{
color: #812980;
}
.AnyTagClassName
{
color: #812980;
}
</style>
background-color css
<style>
a { background-color: #812980; }
a { background-color: rgb(129,41,128); }
div.DivClassName
{
background-color: #812980;
}
.BgClassName
{
background-color: #812980;
}
</style>
border-color css
<style>
span { border-color: #812980; }
span { border-color: rgb(129,41,128); }
td.TdClassName
{
border-color: #812980;
}
.TagClassName
{
border-color: #812980;
}
</style>