Shades of Dark Purple #812779
Tints of Dark Purple #812779
RGB
CMYK
RGB Variations
Color information
#812779 (or 0x812779) is known color: Dark Purple. HEX triplet: 81, 27 and 79. RGB value is (129,39,121). Sum of RGB (Red+Green+Blue) = 129+39+121=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #812779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812779 is #7ED886. Grayscale: #4B4B4B. Windows color (decimal): -8312967 or 7939969. OLE color: 7939969.
HSL color Cylindrical-coordinate representation of color #812779: hue angle of 305.33º 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 #812779 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 39 | 121 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.49 |
| HSL | 305.33º | 0.54% | 0.33% | - |
| HSV(B) | 305.33º | 0.7% | 0.51% | - |
| XYZ | 13.23 | 7.5 | 18.84 | - |
| YUV | 75.26 | 153.82 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 39 | 121 | 0 | 0.70 | 0.06 | 0.49 | 305.33 | 0.54 | 0.33 |
| Hex | 81 | 27 | 79 | 0 | 46 | 6 | 31 | 131 | 36 | 21 |
| Octal | 201 | 47 | 171 | 0 | 106 | 6 | 61 | 461 | 66 | 41 |
| Binary | 10000001 | 100111 | 1111001 | 0 | 1000110 | 110 | 110001 | 100110001 | 110110 | 100001 |
Color Harmonies of #812779
Complementary color
Monochromatic Colors of #812779
Black with #812779
Text Example
Text Example
White with #812779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812779; }
p { color: rgb(129,39,121); }
H1.HeaderClassName
{
color: #812779;
}
.AnyTagClassName
{
color: #812779;
}
</style>
background-color css
<style>
a { background-color: #812779; }
a { background-color: rgb(129,39,121); }
div.DivClassName
{
background-color: #812779;
}
.BgClassName
{
background-color: #812779;
}
</style>
border-color css
<style>
span { border-color: #812779; }
span { border-color: rgb(129,39,121); }
td.TdClassName
{
border-color: #812779;
}
.TagClassName
{
border-color: #812779;
}
</style>