Shades of Dark Purple #81157B
Tints of Dark Purple #81157B
RGB
CMYK
RGB Variations
Color information
#81157B (or 0x81157B) is known color: Dark Purple. HEX triplet: 81, 15 and 7B. RGB value is (129,21,123). Sum of RGB (Red+Green+Blue) = 129+21+123=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #81157B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81157B is #7EEA84. Grayscale: #404040. Windows color (decimal): -8317573 or 8066433. OLE color: 8066433.
HSL color Cylindrical-coordinate representation of color #81157B: hue angle of 303.33º 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 #81157B is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 21 | 123 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.49 |
| HSL | 303.33º | 0.72% | 0.29% | - |
| HSV(B) | 303.33º | 0.84% | 0.51% | - |
| XYZ | 12.9 | 6.63 | 19.34 | - |
| YUV | 64.92 | 160.78 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 123 | 0 | 0.84 | 0.05 | 0.49 | 303.33 | 0.72 | 0.29 |
| Hex | 81 | 15 | 7B | 0 | 54 | 5 | 31 | 12F | 48 | 1D |
| Octal | 201 | 25 | 173 | 0 | 124 | 5 | 61 | 457 | 110 | 35 |
| Binary | 10000001 | 10101 | 1111011 | 0 | 1010100 | 101 | 110001 | 100101111 | 1001000 | 11101 |
Color Harmonies of #81157B
Complementary color
Monochromatic Colors of #81157B
Black with #81157B
Text Example
Text Example
White with #81157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81157B; }
p { color: rgb(129,21,123); }
H1.HeaderClassName
{
color: #81157B;
}
.AnyTagClassName
{
color: #81157B;
}
</style>
background-color css
<style>
a { background-color: #81157B; }
a { background-color: rgb(129,21,123); }
div.DivClassName
{
background-color: #81157B;
}
.BgClassName
{
background-color: #81157B;
}
</style>
border-color css
<style>
span { border-color: #81157B; }
span { border-color: rgb(129,21,123); }
td.TdClassName
{
border-color: #81157B;
}
.TagClassName
{
border-color: #81157B;
}
</style>