Shades of Dark Purple #811C78
Tints of Dark Purple #811C78
RGB
CMYK
RGB Variations
Color information
#811C78 (or 0x811C78) is known color: Dark Purple. HEX triplet: 81, 1C and 78. RGB value is (129,28,120). Sum of RGB (Red+Green+Blue) = 129+28+120=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #811C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811C78 is #7EE387. Grayscale: #444444. Windows color (decimal): -8315784 or 7871617. OLE color: 7871617.
HSL color Cylindrical-coordinate representation of color #811C78: hue angle of 305.35º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #811C78 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 28 | 120 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.49 |
| HSL | 305.35º | 0.64% | 0.31% | - |
| HSV(B) | 305.35º | 0.78% | 0.51% | - |
| XYZ | 12.86 | 6.85 | 18.41 | - |
| YUV | 68.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 120 | 0 | 0.78 | 0.07 | 0.49 | 305.35 | 0.64 | 0.31 |
| Hex | 81 | 1C | 78 | 0 | 4E | 7 | 31 | 131 | 40 | 1F |
| Octal | 201 | 34 | 170 | 0 | 116 | 7 | 61 | 461 | 100 | 37 |
| Binary | 10000001 | 11100 | 1111000 | 0 | 1001110 | 111 | 110001 | 100110001 | 1000000 | 11111 |
Color Harmonies of #811C78
Complementary color
Monochromatic Colors of #811C78
Black with #811C78
Text Example
Text Example
White with #811C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811C78; }
p { color: rgb(129,28,120); }
H1.HeaderClassName
{
color: #811C78;
}
.AnyTagClassName
{
color: #811C78;
}
</style>
background-color css
<style>
a { background-color: #811C78; }
a { background-color: rgb(129,28,120); }
div.DivClassName
{
background-color: #811C78;
}
.BgClassName
{
background-color: #811C78;
}
</style>
border-color css
<style>
span { border-color: #811C78; }
span { border-color: rgb(129,28,120); }
td.TdClassName
{
border-color: #811C78;
}
.TagClassName
{
border-color: #811C78;
}
</style>