Shades of Dark Purple #81206F
Tints of Dark Purple #81206F
RGB
CMYK
RGB Variations
Color information
#81206F (or 0x81206F) is known color: Dark Purple. HEX triplet: 81, 20 and 6F. RGB value is (129,32,111). Sum of RGB (Red+Green+Blue) = 129+32+111=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #81206F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81206F is #7EDF90. Grayscale: #454545. Windows color (decimal): -8314769 or 7282817. OLE color: 7282817.
HSL color Cylindrical-coordinate representation of color #81206F: hue angle of 311.13º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #81206F is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 32 | 111 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.49 |
| HSL | 311.13º | 0.6% | 0.32% | - |
| HSV(B) | 311.13º | 0.75% | 0.51% | - |
| XYZ | 12.44 | 6.85 | 15.71 | - |
| YUV | 70.01 | 151.14 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 32 | 111 | 0 | 0.75 | 0.14 | 0.49 | 311.13 | 0.6 | 0.32 |
| Hex | 81 | 20 | 6F | 0 | 4B | E | 31 | 137 | 3C | 20 |
| Octal | 201 | 40 | 157 | 0 | 113 | 16 | 61 | 467 | 74 | 40 |
| Binary | 10000001 | 100000 | 1101111 | 0 | 1001011 | 1110 | 110001 | 100110111 | 111100 | 100000 |
Color Harmonies of #81206F
Complementary color
Monochromatic Colors of #81206F
Black with #81206F
Text Example
Text Example
White with #81206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81206F; }
p { color: rgb(129,32,111); }
H1.HeaderClassName
{
color: #81206F;
}
.AnyTagClassName
{
color: #81206F;
}
</style>
background-color css
<style>
a { background-color: #81206F; }
a { background-color: rgb(129,32,111); }
div.DivClassName
{
background-color: #81206F;
}
.BgClassName
{
background-color: #81206F;
}
</style>
border-color css
<style>
span { border-color: #81206F; }
span { border-color: rgb(129,32,111); }
td.TdClassName
{
border-color: #81206F;
}
.TagClassName
{
border-color: #81206F;
}
</style>