Shades of Dark Purple #81246B
Tints of Dark Purple #81246B
RGB
CMYK
RGB Variations
Color information
#81246B (or 0x81246B) is known color: Dark Purple. HEX triplet: 81, 24 and 6B. RGB value is (129,36,107). Sum of RGB (Red+Green+Blue) = 129+36+107=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #81246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81246B is #7EDB94. Grayscale: #474747. Windows color (decimal): -8313749 or 7021697. OLE color: 7021697.
HSL color Cylindrical-coordinate representation of color #81246B: hue angle of 314.19º 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 #81246B is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 36 | 107 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.49 |
| HSL | 314.19º | 0.56% | 0.32% | - |
| HSV(B) | 314.19º | 0.72% | 0.51% | - |
| XYZ | 12.34 | 6.99 | 14.61 | - |
| YUV | 71.9 | 147.81 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 36 | 107 | 0 | 0.72 | 0.17 | 0.49 | 314.19 | 0.56 | 0.32 |
| Hex | 81 | 24 | 6B | 0 | 48 | 11 | 31 | 13A | 38 | 20 |
| Octal | 201 | 44 | 153 | 0 | 110 | 21 | 61 | 472 | 70 | 40 |
| Binary | 10000001 | 100100 | 1101011 | 0 | 1001000 | 10001 | 110001 | 100111010 | 111000 | 100000 |
Color Harmonies of #81246B
Complementary color
Monochromatic Colors of #81246B
Black with #81246B
Text Example
Text Example
White with #81246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81246B; }
p { color: rgb(129,36,107); }
H1.HeaderClassName
{
color: #81246B;
}
.AnyTagClassName
{
color: #81246B;
}
</style>
background-color css
<style>
a { background-color: #81246B; }
a { background-color: rgb(129,36,107); }
div.DivClassName
{
background-color: #81246B;
}
.BgClassName
{
background-color: #81246B;
}
</style>
border-color css
<style>
span { border-color: #81246B; }
span { border-color: rgb(129,36,107); }
td.TdClassName
{
border-color: #81246B;
}
.TagClassName
{
border-color: #81246B;
}
</style>