Shades of Dark Purple #81237D
Tints of Dark Purple #81237D
RGB
CMYK
RGB Variations
Color information
#81237D (or 0x81237D) is known color: Dark Purple. HEX triplet: 81, 23 and 7D. RGB value is (129,35,125). Sum of RGB (Red+Green+Blue) = 129+35+125=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #81237D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81237D is #7EDC82. Grayscale: #494949. Windows color (decimal): -8313987 or 8201089. OLE color: 8201089.
HSL color Cylindrical-coordinate representation of color #81237D: hue angle of 302.55º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #81237D is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 35 | 125 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.49 |
| HSL | 302.55º | 0.57% | 0.32% | - |
| HSV(B) | 302.55º | 0.73% | 0.51% | - |
| XYZ | 13.36 | 7.35 | 20.12 | - |
| YUV | 73.37 | 157.14 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 35 | 125 | 0 | 0.73 | 0.03 | 0.49 | 302.55 | 0.57 | 0.32 |
| Hex | 81 | 23 | 7D | 0 | 49 | 3 | 31 | 12F | 39 | 20 |
| Octal | 201 | 43 | 175 | 0 | 111 | 3 | 61 | 457 | 71 | 40 |
| Binary | 10000001 | 100011 | 1111101 | 0 | 1001001 | 11 | 110001 | 100101111 | 111001 | 100000 |
Color Harmonies of #81237D
Complementary color
Monochromatic Colors of #81237D
Black with #81237D
Text Example
Text Example
White with #81237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81237D; }
p { color: rgb(129,35,125); }
H1.HeaderClassName
{
color: #81237D;
}
.AnyTagClassName
{
color: #81237D;
}
</style>
background-color css
<style>
a { background-color: #81237D; }
a { background-color: rgb(129,35,125); }
div.DivClassName
{
background-color: #81237D;
}
.BgClassName
{
background-color: #81237D;
}
</style>
border-color css
<style>
span { border-color: #81237D; }
span { border-color: rgb(129,35,125); }
td.TdClassName
{
border-color: #81237D;
}
.TagClassName
{
border-color: #81237D;
}
</style>