Shades of Dark Purple #81157A
Tints of Dark Purple #81157A
RGB
CMYK
RGB Variations
Color information
#81157A (or 0x81157A) is known color: Dark Purple. HEX triplet: 81, 15 and 7A. RGB value is (129,21,122). Sum of RGB (Red+Green+Blue) = 129+21+122=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #81157A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81157A is #7EEA85. Grayscale: #404040. Windows color (decimal): -8317574 or 8000897. OLE color: 8000897.
HSL color Cylindrical-coordinate representation of color #81157A: hue angle of 303.89º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #81157A is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 21 | 122 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.49 |
| HSL | 303.89º | 0.72% | 0.29% | - |
| HSV(B) | 303.89º | 0.84% | 0.51% | - |
| XYZ | 12.83 | 6.61 | 19.01 | - |
| YUV | 64.81 | 160.28 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 122 | 0 | 0.84 | 0.05 | 0.49 | 303.89 | 0.72 | 0.29 |
| Hex | 81 | 15 | 7A | 0 | 54 | 5 | 31 | 130 | 48 | 1D |
| Octal | 201 | 25 | 172 | 0 | 124 | 5 | 61 | 460 | 110 | 35 |
| Binary | 10000001 | 10101 | 1111010 | 0 | 1010100 | 101 | 110001 | 100110000 | 1001000 | 11101 |
Color Harmonies of #81157A
Complementary color
Monochromatic Colors of #81157A
Black with #81157A
Text Example
Text Example
White with #81157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81157A; }
p { color: rgb(129,21,122); }
H1.HeaderClassName
{
color: #81157A;
}
.AnyTagClassName
{
color: #81157A;
}
</style>
background-color css
<style>
a { background-color: #81157A; }
a { background-color: rgb(129,21,122); }
div.DivClassName
{
background-color: #81157A;
}
.BgClassName
{
background-color: #81157A;
}
</style>
border-color css
<style>
span { border-color: #81157A; }
span { border-color: rgb(129,21,122); }
td.TdClassName
{
border-color: #81157A;
}
.TagClassName
{
border-color: #81157A;
}
</style>