Shades of Dark Purple #81175E
Tints of Dark Purple #81175E
RGB
CMYK
RGB Variations
Color information
#81175E (or 0x81175E) is known color: Dark Purple. HEX triplet: 81, 17 and 5E. RGB value is (129,23,94). Sum of RGB (Red+Green+Blue) = 129+23+94=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #81175E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81175E is #7EE8A1. Grayscale: #3E3E3E. Windows color (decimal): -8317090 or 6166401. OLE color: 6166401.
HSL color Cylindrical-coordinate representation of color #81175E: hue angle of 319.81º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #81175E is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 23 | 94 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.49 |
| HSL | 319.81º | 0.7% | 0.3% | - |
| HSV(B) | 319.81º | 0.82% | 0.51% | - |
| XYZ | 11.38 | 6.09 | 11.17 | - |
| YUV | 62.79 | 145.62 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 94 | 0 | 0.82 | 0.27 | 0.49 | 319.81 | 0.7 | 0.3 |
| Hex | 81 | 17 | 5E | 0 | 52 | 1B | 31 | 140 | 46 | 1E |
| Octal | 201 | 27 | 136 | 0 | 122 | 33 | 61 | 500 | 106 | 36 |
| Binary | 10000001 | 10111 | 1011110 | 0 | 1010010 | 11011 | 110001 | 101000000 | 1000110 | 11110 |
Color Harmonies of #81175E
Complementary color
Monochromatic Colors of #81175E
Black with #81175E
Text Example
Text Example
White with #81175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81175E; }
p { color: rgb(129,23,94); }
H1.HeaderClassName
{
color: #81175E;
}
.AnyTagClassName
{
color: #81175E;
}
</style>
background-color css
<style>
a { background-color: #81175E; }
a { background-color: rgb(129,23,94); }
div.DivClassName
{
background-color: #81175E;
}
.BgClassName
{
background-color: #81175E;
}
</style>
border-color css
<style>
span { border-color: #81175E; }
span { border-color: rgb(129,23,94); }
td.TdClassName
{
border-color: #81175E;
}
.TagClassName
{
border-color: #81175E;
}
</style>