Shades of Dark Purple #81207C
Tints of Dark Purple #81207C
RGB
CMYK
RGB Variations
Color information
#81207C (or 0x81207C) is known color: Dark Purple. HEX triplet: 81, 20 and 7C. RGB value is (129,32,124). Sum of RGB (Red+Green+Blue) = 129+32+124=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #81207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81207C is #7EDF83. Grayscale: #474747. Windows color (decimal): -8314756 or 8134785. OLE color: 8134785.
HSL color Cylindrical-coordinate representation of color #81207C: hue angle of 303.09º 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 #81207C is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 32 | 124 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.49 |
| HSL | 303.09º | 0.6% | 0.32% | - |
| HSV(B) | 303.09º | 0.75% | 0.51% | - |
| XYZ | 13.21 | 7.16 | 19.75 | - |
| YUV | 71.49 | 157.64 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 32 | 124 | 0 | 0.75 | 0.04 | 0.49 | 303.09 | 0.6 | 0.32 |
| Hex | 81 | 20 | 7C | 0 | 4B | 4 | 31 | 12F | 3C | 20 |
| Octal | 201 | 40 | 174 | 0 | 113 | 4 | 61 | 457 | 74 | 40 |
| Binary | 10000001 | 100000 | 1111100 | 0 | 1001011 | 100 | 110001 | 100101111 | 111100 | 100000 |
Color Harmonies of #81207C
Complementary color
Monochromatic Colors of #81207C
Black with #81207C
Text Example
Text Example
White with #81207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81207C; }
p { color: rgb(129,32,124); }
H1.HeaderClassName
{
color: #81207C;
}
.AnyTagClassName
{
color: #81207C;
}
</style>
background-color css
<style>
a { background-color: #81207C; }
a { background-color: rgb(129,32,124); }
div.DivClassName
{
background-color: #81207C;
}
.BgClassName
{
background-color: #81207C;
}
</style>
border-color css
<style>
span { border-color: #81207C; }
span { border-color: rgb(129,32,124); }
td.TdClassName
{
border-color: #81207C;
}
.TagClassName
{
border-color: #81207C;
}
</style>