Shades of Dark Purple #81147B
Tints of Dark Purple #81147B
RGB
CMYK
RGB Variations
Color information
#81147B (or 0x81147B) is known color: Dark Purple. HEX triplet: 81, 14 and 7B. RGB value is (129,20,123). Sum of RGB (Red+Green+Blue) = 129+20+123=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #81147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81147B is #7EEB84. Grayscale: #404040. Windows color (decimal): -8317829 or 8066177. OLE color: 8066177.
HSL color Cylindrical-coordinate representation of color #81147B: hue angle of 303.3º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #81147B is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 20 | 123 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.49 |
| HSL | 303.3º | 0.73% | 0.29% | - |
| HSV(B) | 303.3º | 0.84% | 0.51% | - |
| XYZ | 12.88 | 6.6 | 19.33 | - |
| YUV | 64.33 | 161.11 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 20 | 123 | 0 | 0.84 | 0.05 | 0.49 | 303.3 | 0.73 | 0.29 |
| Hex | 81 | 14 | 7B | 0 | 54 | 5 | 31 | 12F | 49 | 1D |
| Octal | 201 | 24 | 173 | 0 | 124 | 5 | 61 | 457 | 111 | 35 |
| Binary | 10000001 | 10100 | 1111011 | 0 | 1010100 | 101 | 110001 | 100101111 | 1001001 | 11101 |
Color Harmonies of #81147B
Complementary color
Monochromatic Colors of #81147B
Black with #81147B
Text Example
Text Example
White with #81147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81147B; }
p { color: rgb(129,20,123); }
H1.HeaderClassName
{
color: #81147B;
}
.AnyTagClassName
{
color: #81147B;
}
</style>
background-color css
<style>
a { background-color: #81147B; }
a { background-color: rgb(129,20,123); }
div.DivClassName
{
background-color: #81147B;
}
.BgClassName
{
background-color: #81147B;
}
</style>
border-color css
<style>
span { border-color: #81147B; }
span { border-color: rgb(129,20,123); }
td.TdClassName
{
border-color: #81147B;
}
.TagClassName
{
border-color: #81147B;
}
</style>