Shades of Dark Purple #81337C
Tints of Dark Purple #81337C
RGB
CMYK
RGB Variations
Color information
#81337C (or 0x81337C) is known color: Dark Purple. HEX triplet: 81, 33 and 7C. RGB value is (129,51,124). Sum of RGB (Red+Green+Blue) = 129+51+124=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 129 - color contains mainly: red. Hex color #81337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81337C is #7ECC83. Grayscale: #525252. Windows color (decimal): -8309892 or 8139649. OLE color: 8139649.
HSL color Cylindrical-coordinate representation of color #81337C: hue angle of 303.85º 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 #81337C is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 51 | 124 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.49 |
| HSL | 303.85º | 0.43% | 0.35% | - |
| HSV(B) | 303.85º | 0.6% | 0.51% | - |
| XYZ | 13.88 | 8.49 | 19.98 | - |
| YUV | 82.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 51 | 124 | 0 | 0.60 | 0.04 | 0.49 | 303.85 | 0.43 | 0.35 |
| Hex | 81 | 33 | 7C | 0 | 3C | 4 | 31 | 130 | 2B | 23 |
| Octal | 201 | 63 | 174 | 0 | 74 | 4 | 61 | 460 | 53 | 43 |
| Binary | 10000001 | 110011 | 1111100 | 0 | 111100 | 100 | 110001 | 100110000 | 101011 | 100011 |
Color Harmonies of #81337C
Complementary color
Monochromatic Colors of #81337C
Black with #81337C
Text Example
Text Example
White with #81337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81337C; }
p { color: rgb(129,51,124); }
H1.HeaderClassName
{
color: #81337C;
}
.AnyTagClassName
{
color: #81337C;
}
</style>
background-color css
<style>
a { background-color: #81337C; }
a { background-color: rgb(129,51,124); }
div.DivClassName
{
background-color: #81337C;
}
.BgClassName
{
background-color: #81337C;
}
</style>
border-color css
<style>
span { border-color: #81337C; }
span { border-color: rgb(129,51,124); }
td.TdClassName
{
border-color: #81337C;
}
.TagClassName
{
border-color: #81337C;
}
</style>