Shades of Dark Purple #812663
Tints of Dark Purple #812663
RGB
CMYK
RGB Variations
Color information
#812663 (or 0x812663) is known color: Dark Purple. HEX triplet: 81, 26 and 63. RGB value is (129,38,99). Sum of RGB (Red+Green+Blue) = 129+38+99=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #812663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812663 is #7ED99C. Grayscale: #484848. Windows color (decimal): -8313245 or 6497921. OLE color: 6497921.
HSL color Cylindrical-coordinate representation of color #812663: hue angle of 319.78º 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 #812663 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 38 | 99 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.49 |
| HSL | 319.78º | 0.54% | 0.33% | - |
| HSV(B) | 319.78º | 0.71% | 0.51% | - |
| XYZ | 12 | 6.95 | 12.51 | - |
| YUV | 72.16 | 143.15 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 38 | 99 | 0 | 0.71 | 0.23 | 0.49 | 319.78 | 0.54 | 0.33 |
| Hex | 81 | 26 | 63 | 0 | 47 | 17 | 31 | 140 | 36 | 21 |
| Octal | 201 | 46 | 143 | 0 | 107 | 27 | 61 | 500 | 66 | 41 |
| Binary | 10000001 | 100110 | 1100011 | 0 | 1000111 | 10111 | 110001 | 101000000 | 110110 | 100001 |
Color Harmonies of #812663
Complementary color
Monochromatic Colors of #812663
Black with #812663
Text Example
Text Example
White with #812663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812663; }
p { color: rgb(129,38,99); }
H1.HeaderClassName
{
color: #812663;
}
.AnyTagClassName
{
color: #812663;
}
</style>
background-color css
<style>
a { background-color: #812663; }
a { background-color: rgb(129,38,99); }
div.DivClassName
{
background-color: #812663;
}
.BgClassName
{
background-color: #812663;
}
</style>
border-color css
<style>
span { border-color: #812663; }
span { border-color: rgb(129,38,99); }
td.TdClassName
{
border-color: #812663;
}
.TagClassName
{
border-color: #812663;
}
</style>