Shades of Dark Purple #81197B
Tints of Dark Purple #81197B
RGB
CMYK
RGB Variations
Color information
#81197B (or 0x81197B) is known color: Dark Purple. HEX triplet: 81, 19 and 7B. RGB value is (129,25,123). Sum of RGB (Red+Green+Blue) = 129+25+123=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #81197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81197B is #7EE684. Grayscale: #424242. Windows color (decimal): -8316549 or 8067457. OLE color: 8067457.
HSL color Cylindrical-coordinate representation of color #81197B: hue angle of 303.46º degrees, saturation: 0.68, 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 #81197B is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 25 | 123 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.49 |
| HSL | 303.46º | 0.68% | 0.3% | - |
| HSV(B) | 303.46º | 0.81% | 0.51% | - |
| XYZ | 12.98 | 6.79 | 19.37 | - |
| YUV | 67.27 | 159.46 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 25 | 123 | 0 | 0.81 | 0.05 | 0.49 | 303.46 | 0.68 | 0.3 |
| Hex | 81 | 19 | 7B | 0 | 51 | 5 | 31 | 12F | 44 | 1E |
| Octal | 201 | 31 | 173 | 0 | 121 | 5 | 61 | 457 | 104 | 36 |
| Binary | 10000001 | 11001 | 1111011 | 0 | 1010001 | 101 | 110001 | 100101111 | 1000100 | 11110 |
Color Harmonies of #81197B
Complementary color
Monochromatic Colors of #81197B
Black with #81197B
Text Example
Text Example
White with #81197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81197B; }
p { color: rgb(129,25,123); }
H1.HeaderClassName
{
color: #81197B;
}
.AnyTagClassName
{
color: #81197B;
}
</style>
background-color css
<style>
a { background-color: #81197B; }
a { background-color: rgb(129,25,123); }
div.DivClassName
{
background-color: #81197B;
}
.BgClassName
{
background-color: #81197B;
}
</style>
border-color css
<style>
span { border-color: #81197B; }
span { border-color: rgb(129,25,123); }
td.TdClassName
{
border-color: #81197B;
}
.TagClassName
{
border-color: #81197B;
}
</style>