Shades of Dark Purple #81237F
Tints of Dark Purple #81237F
RGB
CMYK
RGB Variations
Color information
#81237F (or 0x81237F) is known color: Dark Purple. HEX triplet: 81, 23 and 7F. RGB value is (129,35,127). Sum of RGB (Red+Green+Blue) = 129+35+127=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #81237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81237F is #7EDC80. Grayscale: #494949. Windows color (decimal): -8313985 or 8332161. OLE color: 8332161.
HSL color Cylindrical-coordinate representation of color #81237F: hue angle of 301.28º 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 #81237F is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 35 | 127 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.49 |
| HSL | 301.28º | 0.57% | 0.32% | - |
| HSV(B) | 301.28º | 0.73% | 0.51% | - |
| XYZ | 13.49 | 7.4 | 20.8 | - |
| YUV | 73.59 | 158.14 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 35 | 127 | 0 | 0.73 | 0.02 | 0.49 | 301.28 | 0.57 | 0.32 |
| Hex | 81 | 23 | 7F | 0 | 49 | 2 | 31 | 12D | 39 | 20 |
| Octal | 201 | 43 | 177 | 0 | 111 | 2 | 61 | 455 | 71 | 40 |
| Binary | 10000001 | 100011 | 1111111 | 0 | 1001001 | 10 | 110001 | 100101101 | 111001 | 100000 |
Color Harmonies of #81237F
Complementary color
Monochromatic Colors of #81237F
Black with #81237F
Text Example
Text Example
White with #81237F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81237F; }
p { color: rgb(129,35,127); }
H1.HeaderClassName
{
color: #81237F;
}
.AnyTagClassName
{
color: #81237F;
}
</style>
background-color css
<style>
a { background-color: #81237F; }
a { background-color: rgb(129,35,127); }
div.DivClassName
{
background-color: #81237F;
}
.BgClassName
{
background-color: #81237F;
}
</style>
border-color css
<style>
span { border-color: #81237F; }
span { border-color: rgb(129,35,127); }
td.TdClassName
{
border-color: #81237F;
}
.TagClassName
{
border-color: #81237F;
}
</style>