Shades of Dark Purple #811A75
Tints of Dark Purple #811A75
RGB
CMYK
RGB Variations
Color information
#811A75 (or 0x811A75) is known color: Dark Purple. HEX triplet: 81, 1A and 75. RGB value is (129,26,117). Sum of RGB (Red+Green+Blue) = 129+26+117=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #811A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811A75 is #7EE58A. Grayscale: #424242. Windows color (decimal): -8316299 or 7674497. OLE color: 7674497.
HSL color Cylindrical-coordinate representation of color #811A75: hue angle of 306.99º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811A75 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 26 | 117 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.49 |
| HSL | 306.99º | 0.66% | 0.3% | - |
| HSV(B) | 306.99º | 0.8% | 0.51% | - |
| XYZ | 12.63 | 6.69 | 17.46 | - |
| YUV | 67.17 | 156.12 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 117 | 0 | 0.80 | 0.09 | 0.49 | 306.99 | 0.66 | 0.3 |
| Hex | 81 | 1A | 75 | 0 | 50 | 9 | 31 | 133 | 42 | 1E |
| Octal | 201 | 32 | 165 | 0 | 120 | 11 | 61 | 463 | 102 | 36 |
| Binary | 10000001 | 11010 | 1110101 | 0 | 1010000 | 1001 | 110001 | 100110011 | 1000010 | 11110 |
Color Harmonies of #811A75
Complementary color
Monochromatic Colors of #811A75
Black with #811A75
Text Example
Text Example
White with #811A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811A75; }
p { color: rgb(129,26,117); }
H1.HeaderClassName
{
color: #811A75;
}
.AnyTagClassName
{
color: #811A75;
}
</style>
background-color css
<style>
a { background-color: #811A75; }
a { background-color: rgb(129,26,117); }
div.DivClassName
{
background-color: #811A75;
}
.BgClassName
{
background-color: #811A75;
}
</style>
border-color css
<style>
span { border-color: #811A75; }
span { border-color: rgb(129,26,117); }
td.TdClassName
{
border-color: #811A75;
}
.TagClassName
{
border-color: #811A75;
}
</style>