Shades of Dark Purple #81246A
Tints of Dark Purple #81246A
RGB
CMYK
RGB Variations
Color information
#81246A (or 0x81246A) is known color: Dark Purple. HEX triplet: 81, 24 and 6A. RGB value is (129,36,106). Sum of RGB (Red+Green+Blue) = 129+36+106=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #81246A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81246A is #7EDB95. Grayscale: #474747. Windows color (decimal): -8313750 or 6956161. OLE color: 6956161.
HSL color Cylindrical-coordinate representation of color #81246A: hue angle of 314.84º 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 #81246A is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 36 | 106 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.49 |
| HSL | 314.84º | 0.56% | 0.32% | - |
| HSV(B) | 314.84º | 0.72% | 0.51% | - |
| XYZ | 12.29 | 6.97 | 14.33 | - |
| YUV | 71.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 36 | 106 | 0 | 0.72 | 0.18 | 0.49 | 314.84 | 0.56 | 0.32 |
| Hex | 81 | 24 | 6A | 0 | 48 | 12 | 31 | 13B | 38 | 20 |
| Octal | 201 | 44 | 152 | 0 | 110 | 22 | 61 | 473 | 70 | 40 |
| Binary | 10000001 | 100100 | 1101010 | 0 | 1001000 | 10010 | 110001 | 100111011 | 111000 | 100000 |
Color Harmonies of #81246A
Complementary color
Monochromatic Colors of #81246A
Black with #81246A
Text Example
Text Example
White with #81246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81246A; }
p { color: rgb(129,36,106); }
H1.HeaderClassName
{
color: #81246A;
}
.AnyTagClassName
{
color: #81246A;
}
</style>
background-color css
<style>
a { background-color: #81246A; }
a { background-color: rgb(129,36,106); }
div.DivClassName
{
background-color: #81246A;
}
.BgClassName
{
background-color: #81246A;
}
</style>
border-color css
<style>
span { border-color: #81246A; }
span { border-color: rgb(129,36,106); }
td.TdClassName
{
border-color: #81246A;
}
.TagClassName
{
border-color: #81246A;
}
</style>