Shades of Dark Purple #81137E
Tints of Dark Purple #81137E
RGB
CMYK
RGB Variations
Color information
#81137E (or 0x81137E) is known color: Dark Purple. HEX triplet: 81, 13 and 7E. RGB value is (129,19,126). Sum of RGB (Red+Green+Blue) = 129+19+126=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #81137E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81137E is #7EEC81. Grayscale: #3F3F3F. Windows color (decimal): -8318082 or 8262529. OLE color: 8262529.
HSL color Cylindrical-coordinate representation of color #81137E: hue angle of 301.64º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81137E is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 19 | 126 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.49 |
| HSL | 301.64º | 0.74% | 0.29% | - |
| HSV(B) | 301.64º | 0.85% | 0.51% | - |
| XYZ | 13.05 | 6.64 | 20.33 | - |
| YUV | 64.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 19 | 126 | 0 | 0.85 | 0.02 | 0.49 | 301.64 | 0.74 | 0.29 |
| Hex | 81 | 13 | 7E | 0 | 55 | 2 | 31 | 12E | 4A | 1D |
| Octal | 201 | 23 | 176 | 0 | 125 | 2 | 61 | 456 | 112 | 35 |
| Binary | 10000001 | 10011 | 1111110 | 0 | 1010101 | 10 | 110001 | 100101110 | 1001010 | 11101 |
Color Harmonies of #81137E
Complementary color
Monochromatic Colors of #81137E
Black with #81137E
Text Example
Text Example
White with #81137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81137E; }
p { color: rgb(129,19,126); }
H1.HeaderClassName
{
color: #81137E;
}
.AnyTagClassName
{
color: #81137E;
}
</style>
background-color css
<style>
a { background-color: #81137E; }
a { background-color: rgb(129,19,126); }
div.DivClassName
{
background-color: #81137E;
}
.BgClassName
{
background-color: #81137E;
}
</style>
border-color css
<style>
span { border-color: #81137E; }
span { border-color: rgb(129,19,126); }
td.TdClassName
{
border-color: #81137E;
}
.TagClassName
{
border-color: #81137E;
}
</style>