Shades of Dark Purple #812664
Tints of Dark Purple #812664
RGB
CMYK
RGB Variations
Color information
#812664 (or 0x812664) is known color: Dark Purple. HEX triplet: 81, 26 and 64. RGB value is (129,38,100). Sum of RGB (Red+Green+Blue) = 129+38+100=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #812664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812664 is #7ED99B. Grayscale: #484848. Windows color (decimal): -8313244 or 6563457. OLE color: 6563457.
HSL color Cylindrical-coordinate representation of color #812664: hue angle of 319.12º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #812664 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 38 | 100 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.49 |
| HSL | 319.12º | 0.54% | 0.33% | - |
| HSV(B) | 319.12º | 0.71% | 0.51% | - |
| XYZ | 12.05 | 6.97 | 12.77 | - |
| YUV | 72.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 38 | 100 | 0 | 0.71 | 0.22 | 0.49 | 319.12 | 0.54 | 0.33 |
| Hex | 81 | 26 | 64 | 0 | 47 | 16 | 31 | 13F | 36 | 21 |
| Octal | 201 | 46 | 144 | 0 | 107 | 26 | 61 | 477 | 66 | 41 |
| Binary | 10000001 | 100110 | 1100100 | 0 | 1000111 | 10110 | 110001 | 100111111 | 110110 | 100001 |
Color Harmonies of #812664
Complementary color
Monochromatic Colors of #812664
Black with #812664
Text Example
Text Example
White with #812664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812664; }
p { color: rgb(129,38,100); }
H1.HeaderClassName
{
color: #812664;
}
.AnyTagClassName
{
color: #812664;
}
</style>
background-color css
<style>
a { background-color: #812664; }
a { background-color: rgb(129,38,100); }
div.DivClassName
{
background-color: #812664;
}
.BgClassName
{
background-color: #812664;
}
</style>
border-color css
<style>
span { border-color: #812664; }
span { border-color: rgb(129,38,100); }
td.TdClassName
{
border-color: #812664;
}
.TagClassName
{
border-color: #812664;
}
</style>