Shades of Dark Purple #81187B
Tints of Dark Purple #81187B
RGB
CMYK
RGB Variations
Color information
#81187B (or 0x81187B) is known color: Dark Purple. HEX triplet: 81, 18 and 7B. RGB value is (129,24,123). Sum of RGB (Red+Green+Blue) = 129+24+123=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #81187B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81187B is #7EE784. Grayscale: #424242. Windows color (decimal): -8316805 or 8067201. OLE color: 8067201.
HSL color Cylindrical-coordinate representation of color #81187B: hue angle of 303.43º 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 #81187B is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 24 | 123 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.49 |
| HSL | 303.43º | 0.69% | 0.3% | - |
| HSV(B) | 303.43º | 0.81% | 0.51% | - |
| XYZ | 12.96 | 6.75 | 19.36 | - |
| YUV | 66.68 | 159.79 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 24 | 123 | 0 | 0.81 | 0.05 | 0.49 | 303.43 | 0.69 | 0.3 |
| Hex | 81 | 18 | 7B | 0 | 51 | 5 | 31 | 12F | 45 | 1E |
| Octal | 201 | 30 | 173 | 0 | 121 | 5 | 61 | 457 | 105 | 36 |
| Binary | 10000001 | 11000 | 1111011 | 0 | 1010001 | 101 | 110001 | 100101111 | 1000101 | 11110 |
Color Harmonies of #81187B
Complementary color
Monochromatic Colors of #81187B
Black with #81187B
Text Example
Text Example
White with #81187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81187B; }
p { color: rgb(129,24,123); }
H1.HeaderClassName
{
color: #81187B;
}
.AnyTagClassName
{
color: #81187B;
}
</style>
background-color css
<style>
a { background-color: #81187B; }
a { background-color: rgb(129,24,123); }
div.DivClassName
{
background-color: #81187B;
}
.BgClassName
{
background-color: #81187B;
}
</style>
border-color css
<style>
span { border-color: #81187B; }
span { border-color: rgb(129,24,123); }
td.TdClassName
{
border-color: #81187B;
}
.TagClassName
{
border-color: #81187B;
}
</style>