Shades of Dark Purple #81227C
Tints of Dark Purple #81227C
RGB
CMYK
RGB Variations
Color information
#81227C (or 0x81227C) is known color: Dark Purple. HEX triplet: 81, 22 and 7C. RGB value is (129,34,124). Sum of RGB (Red+Green+Blue) = 129+34+124=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 129 - color contains mainly: red. Hex color #81227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81227C is #7EDD83. Grayscale: #484848. Windows color (decimal): -8314244 or 8135297. OLE color: 8135297.
HSL color Cylindrical-coordinate representation of color #81227C: hue angle of 303.16º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #81227C is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 34 | 124 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.49 |
| HSL | 303.16º | 0.58% | 0.32% | - |
| HSV(B) | 303.16º | 0.74% | 0.51% | - |
| XYZ | 13.26 | 7.27 | 19.77 | - |
| YUV | 72.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 34 | 124 | 0 | 0.74 | 0.04 | 0.49 | 303.16 | 0.58 | 0.32 |
| Hex | 81 | 22 | 7C | 0 | 4A | 4 | 31 | 12F | 3A | 20 |
| Octal | 201 | 42 | 174 | 0 | 112 | 4 | 61 | 457 | 72 | 40 |
| Binary | 10000001 | 100010 | 1111100 | 0 | 1001010 | 100 | 110001 | 100101111 | 111010 | 100000 |
Color Harmonies of #81227C
Complementary color
Monochromatic Colors of #81227C
Black with #81227C
Text Example
Text Example
White with #81227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81227C; }
p { color: rgb(129,34,124); }
H1.HeaderClassName
{
color: #81227C;
}
.AnyTagClassName
{
color: #81227C;
}
</style>
background-color css
<style>
a { background-color: #81227C; }
a { background-color: rgb(129,34,124); }
div.DivClassName
{
background-color: #81227C;
}
.BgClassName
{
background-color: #81227C;
}
</style>
border-color css
<style>
span { border-color: #81227C; }
span { border-color: rgb(129,34,124); }
td.TdClassName
{
border-color: #81227C;
}
.TagClassName
{
border-color: #81227C;
}
</style>