Shades of Dark Purple #81175F
Tints of Dark Purple #81175F
RGB
CMYK
RGB Variations
Color information
#81175F (or 0x81175F) is known color: Dark Purple. HEX triplet: 81, 17 and 5F. RGB value is (129,23,95). Sum of RGB (Red+Green+Blue) = 129+23+95=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #81175F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81175F is #7EE8A0. Grayscale: #3E3E3E. Windows color (decimal): -8317089 or 6231937. OLE color: 6231937.
HSL color Cylindrical-coordinate representation of color #81175F: hue angle of 319.25º 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 #81175F is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 23 | 95 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.49 |
| HSL | 319.25º | 0.7% | 0.3% | - |
| HSV(B) | 319.25º | 0.82% | 0.51% | - |
| XYZ | 11.43 | 6.11 | 11.4 | - |
| YUV | 62.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 95 | 0 | 0.82 | 0.26 | 0.49 | 319.25 | 0.7 | 0.3 |
| Hex | 81 | 17 | 5F | 0 | 52 | 1A | 31 | 13F | 46 | 1E |
| Octal | 201 | 27 | 137 | 0 | 122 | 32 | 61 | 477 | 106 | 36 |
| Binary | 10000001 | 10111 | 1011111 | 0 | 1010010 | 11010 | 110001 | 100111111 | 1000110 | 11110 |
Color Harmonies of #81175F
Complementary color
Monochromatic Colors of #81175F
Black with #81175F
Text Example
Text Example
White with #81175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81175F; }
p { color: rgb(129,23,95); }
H1.HeaderClassName
{
color: #81175F;
}
.AnyTagClassName
{
color: #81175F;
}
</style>
background-color css
<style>
a { background-color: #81175F; }
a { background-color: rgb(129,23,95); }
div.DivClassName
{
background-color: #81175F;
}
.BgClassName
{
background-color: #81175F;
}
</style>
border-color css
<style>
span { border-color: #81175F; }
span { border-color: rgb(129,23,95); }
td.TdClassName
{
border-color: #81175F;
}
.TagClassName
{
border-color: #81175F;
}
</style>