Shades of Dark Purple #812781
Tints of Dark Purple #812781
RGB
CMYK
RGB Variations
Color information
#812781 (or 0x812781) is known color: Dark Purple. HEX triplet: 81, 27 and 81. RGB value is (129,39,129). Sum of RGB (Red+Green+Blue) = 129+39+129=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #812781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812781 is #7ED87E. Grayscale: #4B4B4B. Windows color (decimal): -8312959 or 8464257. OLE color: 8464257.
HSL color Cylindrical-coordinate representation of color #812781: hue angle of 300º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #812781 is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 39 | 129 | - |
| CMYK | 0 | 0.70 | 0 | 0.49 |
| HSL | 300º | 0.54% | 0.33% | - |
| HSV(B) | 300º | 0.7% | 0.51% | - |
| XYZ | 13.74 | 7.7 | 21.53 | - |
| YUV | 76.17 | 157.82 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 39 | 129 | 0 | 0.70 | 0 | 0.49 | 300 | 0.54 | 0.33 |
| Hex | 81 | 27 | 81 | 0 | 46 | 0 | 31 | 12C | 36 | 21 |
| Octal | 201 | 47 | 201 | 0 | 106 | 0 | 61 | 454 | 66 | 41 |
| Binary | 10000001 | 100111 | 10000001 | 0 | 1000110 | 0 | 110001 | 100101100 | 110110 | 100001 |
Color Harmonies of #812781
Complementary color
Monochromatic Colors of #812781
Black with #812781
Text Example
Text Example
White with #812781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812781; }
p { color: rgb(129,39,129); }
H1.HeaderClassName
{
color: #812781;
}
.AnyTagClassName
{
color: #812781;
}
</style>
background-color css
<style>
a { background-color: #812781; }
a { background-color: rgb(129,39,129); }
div.DivClassName
{
background-color: #812781;
}
.BgClassName
{
background-color: #812781;
}
</style>
border-color css
<style>
span { border-color: #812781; }
span { border-color: rgb(129,39,129); }
td.TdClassName
{
border-color: #812781;
}
.TagClassName
{
border-color: #812781;
}
</style>