Shades of Dark Purple #81336A
Tints of Dark Purple #81336A
RGB
CMYK
RGB Variations
Color information
#81336A (or 0x81336A) is known color: Dark Purple. HEX triplet: 81, 33 and 6A. RGB value is (129,51,106). Sum of RGB (Red+Green+Blue) = 129+51+106=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 129 - color contains mainly: red. Hex color #81336A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81336A is #7ECC95. Grayscale: #505050. Windows color (decimal): -8309910 or 6960001. OLE color: 6960001.
HSL color Cylindrical-coordinate representation of color #81336A: hue angle of 317.69º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81336A is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 51 | 106 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.49 |
| HSL | 317.69º | 0.43% | 0.35% | - |
| HSV(B) | 317.69º | 0.6% | 0.51% | - |
| XYZ | 12.84 | 8.08 | 14.52 | - |
| YUV | 80.59 | 142.34 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 51 | 106 | 0 | 0.60 | 0.18 | 0.49 | 317.69 | 0.43 | 0.35 |
| Hex | 81 | 33 | 6A | 0 | 3C | 12 | 31 | 13E | 2B | 23 |
| Octal | 201 | 63 | 152 | 0 | 74 | 22 | 61 | 476 | 53 | 43 |
| Binary | 10000001 | 110011 | 1101010 | 0 | 111100 | 10010 | 110001 | 100111110 | 101011 | 100011 |
Color Harmonies of #81336A
Complementary color
Monochromatic Colors of #81336A
Black with #81336A
Text Example
Text Example
White with #81336A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81336A; }
p { color: rgb(129,51,106); }
H1.HeaderClassName
{
color: #81336A;
}
.AnyTagClassName
{
color: #81336A;
}
</style>
background-color css
<style>
a { background-color: #81336A; }
a { background-color: rgb(129,51,106); }
div.DivClassName
{
background-color: #81336A;
}
.BgClassName
{
background-color: #81336A;
}
</style>
border-color css
<style>
span { border-color: #81336A; }
span { border-color: rgb(129,51,106); }
td.TdClassName
{
border-color: #81336A;
}
.TagClassName
{
border-color: #81336A;
}
</style>