Shades of Dark Purple #812A7E
Tints of Dark Purple #812A7E
RGB
CMYK
RGB Variations
Color information
#812A7E (or 0x812A7E) is known color: Dark Purple. HEX triplet: 81, 2A and 7E. RGB value is (129,42,126). Sum of RGB (Red+Green+Blue) = 129+42+126=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #812A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812A7E is #7ED581. Grayscale: #4D4D4D. Windows color (decimal): -8312194 or 8268417. OLE color: 8268417.
HSL color Cylindrical-coordinate representation of color #812A7E: hue angle of 302.07º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #812A7E is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 42 | 126 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.49 |
| HSL | 302.07º | 0.51% | 0.34% | - |
| HSV(B) | 302.07º | 0.67% | 0.51% | - |
| XYZ | 13.65 | 7.83 | 20.53 | - |
| YUV | 77.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 42 | 126 | 0 | 0.67 | 0.02 | 0.49 | 302.07 | 0.51 | 0.34 |
| Hex | 81 | 2A | 7E | 0 | 43 | 2 | 31 | 12E | 33 | 22 |
| Octal | 201 | 52 | 176 | 0 | 103 | 2 | 61 | 456 | 63 | 42 |
| Binary | 10000001 | 101010 | 1111110 | 0 | 1000011 | 10 | 110001 | 100101110 | 110011 | 100010 |
Color Harmonies of #812A7E
Complementary color
Monochromatic Colors of #812A7E
Black with #812A7E
Text Example
Text Example
White with #812A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812A7E; }
p { color: rgb(129,42,126); }
H1.HeaderClassName
{
color: #812A7E;
}
.AnyTagClassName
{
color: #812A7E;
}
</style>
background-color css
<style>
a { background-color: #812A7E; }
a { background-color: rgb(129,42,126); }
div.DivClassName
{
background-color: #812A7E;
}
.BgClassName
{
background-color: #812A7E;
}
</style>
border-color css
<style>
span { border-color: #812A7E; }
span { border-color: rgb(129,42,126); }
td.TdClassName
{
border-color: #812A7E;
}
.TagClassName
{
border-color: #812A7E;
}
</style>