Shades of Dark Purple #81337A
Tints of Dark Purple #81337A
RGB
CMYK
RGB Variations
Color information
#81337A (or 0x81337A) is known color: Dark Purple. HEX triplet: 81, 33 and 7A. RGB value is (129,51,122). Sum of RGB (Red+Green+Blue) = 129+51+122=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 129 - color contains mainly: red. Hex color #81337A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81337A is #7ECC85. Grayscale: #525252. Windows color (decimal): -8309894 or 8008577. OLE color: 8008577.
HSL color Cylindrical-coordinate representation of color #81337A: hue angle of 305.38º 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 #81337A is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 51 | 122 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.49 |
| HSL | 305.38º | 0.43% | 0.35% | - |
| HSV(B) | 305.38º | 0.6% | 0.51% | - |
| XYZ | 13.75 | 8.44 | 19.32 | - |
| YUV | 82.42 | 150.34 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 51 | 122 | 0 | 0.60 | 0.05 | 0.49 | 305.38 | 0.43 | 0.35 |
| Hex | 81 | 33 | 7A | 0 | 3C | 5 | 31 | 131 | 2B | 23 |
| Octal | 201 | 63 | 172 | 0 | 74 | 5 | 61 | 461 | 53 | 43 |
| Binary | 10000001 | 110011 | 1111010 | 0 | 111100 | 101 | 110001 | 100110001 | 101011 | 100011 |
Color Harmonies of #81337A
Complementary color
Monochromatic Colors of #81337A
Black with #81337A
Text Example
Text Example
White with #81337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81337A; }
p { color: rgb(129,51,122); }
H1.HeaderClassName
{
color: #81337A;
}
.AnyTagClassName
{
color: #81337A;
}
</style>
background-color css
<style>
a { background-color: #81337A; }
a { background-color: rgb(129,51,122); }
div.DivClassName
{
background-color: #81337A;
}
.BgClassName
{
background-color: #81337A;
}
</style>
border-color css
<style>
span { border-color: #81337A; }
span { border-color: rgb(129,51,122); }
td.TdClassName
{
border-color: #81337A;
}
.TagClassName
{
border-color: #81337A;
}
</style>