Shades of Dark Purple #81247C
Tints of Dark Purple #81247C
RGB
CMYK
RGB Variations
Color information
#81247C (or 0x81247C) is known color: Dark Purple. HEX triplet: 81, 24 and 7C. RGB value is (129,36,124). Sum of RGB (Red+Green+Blue) = 129+36+124=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #81247C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81247C is #7EDB83. Grayscale: #494949. Windows color (decimal): -8313732 or 8135809. OLE color: 8135809.
HSL color Cylindrical-coordinate representation of color #81247C: hue angle of 303.23º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #81247C is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 36 | 124 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.49 |
| HSL | 303.23º | 0.56% | 0.32% | - |
| HSV(B) | 303.23º | 0.72% | 0.51% | - |
| XYZ | 13.32 | 7.38 | 19.79 | - |
| YUV | 73.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 36 | 124 | 0 | 0.72 | 0.04 | 0.49 | 303.23 | 0.56 | 0.32 |
| Hex | 81 | 24 | 7C | 0 | 48 | 4 | 31 | 12F | 38 | 20 |
| Octal | 201 | 44 | 174 | 0 | 110 | 4 | 61 | 457 | 70 | 40 |
| Binary | 10000001 | 100100 | 1111100 | 0 | 1001000 | 100 | 110001 | 100101111 | 111000 | 100000 |
Color Harmonies of #81247C
Complementary color
Monochromatic Colors of #81247C
Black with #81247C
Text Example
Text Example
White with #81247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81247C; }
p { color: rgb(129,36,124); }
H1.HeaderClassName
{
color: #81247C;
}
.AnyTagClassName
{
color: #81247C;
}
</style>
background-color css
<style>
a { background-color: #81247C; }
a { background-color: rgb(129,36,124); }
div.DivClassName
{
background-color: #81247C;
}
.BgClassName
{
background-color: #81247C;
}
</style>
border-color css
<style>
span { border-color: #81247C; }
span { border-color: rgb(129,36,124); }
td.TdClassName
{
border-color: #81247C;
}
.TagClassName
{
border-color: #81247C;
}
</style>