Shades of Dark Purple #81187A
Tints of Dark Purple #81187A
RGB
CMYK
RGB Variations
Color information
#81187A (or 0x81187A) is known color: Dark Purple. HEX triplet: 81, 18 and 7A. RGB value is (129,24,122). Sum of RGB (Red+Green+Blue) = 129+24+122=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #81187A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81187A is #7EE785. Grayscale: #424242. Windows color (decimal): -8316806 or 8001665. OLE color: 8001665.
HSL color Cylindrical-coordinate representation of color #81187A: hue angle of 304º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #81187A is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 24 | 122 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.49 |
| HSL | 304º | 0.69% | 0.3% | - |
| HSV(B) | 304º | 0.81% | 0.51% | - |
| XYZ | 12.89 | 6.73 | 19.03 | - |
| YUV | 66.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 24 | 122 | 0 | 0.81 | 0.05 | 0.49 | 304 | 0.69 | 0.3 |
| Hex | 81 | 18 | 7A | 0 | 51 | 5 | 31 | 130 | 45 | 1E |
| Octal | 201 | 30 | 172 | 0 | 121 | 5 | 61 | 460 | 105 | 36 |
| Binary | 10000001 | 11000 | 1111010 | 0 | 1010001 | 101 | 110001 | 100110000 | 1000101 | 11110 |
Color Harmonies of #81187A
Complementary color
Monochromatic Colors of #81187A
Black with #81187A
Text Example
Text Example
White with #81187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81187A; }
p { color: rgb(129,24,122); }
H1.HeaderClassName
{
color: #81187A;
}
.AnyTagClassName
{
color: #81187A;
}
</style>
background-color css
<style>
a { background-color: #81187A; }
a { background-color: rgb(129,24,122); }
div.DivClassName
{
background-color: #81187A;
}
.BgClassName
{
background-color: #81187A;
}
</style>
border-color css
<style>
span { border-color: #81187A; }
span { border-color: rgb(129,24,122); }
td.TdClassName
{
border-color: #81187A;
}
.TagClassName
{
border-color: #81187A;
}
</style>