Shades of Dark Purple #811B7D
Tints of Dark Purple #811B7D
RGB
CMYK
RGB Variations
Color information
#811B7D (or 0x811B7D) is known color: Dark Purple. HEX triplet: 81, 1B and 7D. RGB value is (129,27,125). Sum of RGB (Red+Green+Blue) = 129+27+125=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #811B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811B7D is #7EE482. Grayscale: #444444. Windows color (decimal): -8316035 or 8199041. OLE color: 8199041.
HSL color Cylindrical-coordinate representation of color #811B7D: hue angle of 302.35º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #811B7D is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 27 | 125 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.49 |
| HSL | 302.35º | 0.65% | 0.31% | - |
| HSV(B) | 302.35º | 0.79% | 0.51% | - |
| XYZ | 13.15 | 6.93 | 20.05 | - |
| YUV | 68.67 | 159.79 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 27 | 125 | 0 | 0.79 | 0.03 | 0.49 | 302.35 | 0.65 | 0.31 |
| Hex | 81 | 1B | 7D | 0 | 4F | 3 | 31 | 12E | 41 | 1F |
| Octal | 201 | 33 | 175 | 0 | 117 | 3 | 61 | 456 | 101 | 37 |
| Binary | 10000001 | 11011 | 1111101 | 0 | 1001111 | 11 | 110001 | 100101110 | 1000001 | 11111 |
Color Harmonies of #811B7D
Complementary color
Monochromatic Colors of #811B7D
Black with #811B7D
Text Example
Text Example
White with #811B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811B7D; }
p { color: rgb(129,27,125); }
H1.HeaderClassName
{
color: #811B7D;
}
.AnyTagClassName
{
color: #811B7D;
}
</style>
background-color css
<style>
a { background-color: #811B7D; }
a { background-color: rgb(129,27,125); }
div.DivClassName
{
background-color: #811B7D;
}
.BgClassName
{
background-color: #811B7D;
}
</style>
border-color css
<style>
span { border-color: #811B7D; }
span { border-color: rgb(129,27,125); }
td.TdClassName
{
border-color: #811B7D;
}
.TagClassName
{
border-color: #811B7D;
}
</style>