Shades of Dark Purple #81257C
Tints of Dark Purple #81257C
RGB
CMYK
RGB Variations
Color information
#81257C (or 0x81257C) is known color: Dark Purple. HEX triplet: 81, 25 and 7C. RGB value is (129,37,124). Sum of RGB (Red+Green+Blue) = 129+37+124=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #81257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81257C is #7EDA83. Grayscale: #4A4A4A. Windows color (decimal): -8313476 or 8136065. OLE color: 8136065.
HSL color Cylindrical-coordinate representation of color #81257C: hue angle of 303.26º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #81257C is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 37 | 124 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.49 |
| HSL | 303.26º | 0.55% | 0.33% | - |
| HSV(B) | 303.26º | 0.71% | 0.51% | - |
| XYZ | 13.35 | 7.45 | 19.8 | - |
| YUV | 74.43 | 155.98 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 37 | 124 | 0 | 0.71 | 0.04 | 0.49 | 303.26 | 0.55 | 0.33 |
| Hex | 81 | 25 | 7C | 0 | 47 | 4 | 31 | 12F | 37 | 21 |
| Octal | 201 | 45 | 174 | 0 | 107 | 4 | 61 | 457 | 67 | 41 |
| Binary | 10000001 | 100101 | 1111100 | 0 | 1000111 | 100 | 110001 | 100101111 | 110111 | 100001 |
Color Harmonies of #81257C
Complementary color
Monochromatic Colors of #81257C
Black with #81257C
Text Example
Text Example
White with #81257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81257C; }
p { color: rgb(129,37,124); }
H1.HeaderClassName
{
color: #81257C;
}
.AnyTagClassName
{
color: #81257C;
}
</style>
background-color css
<style>
a { background-color: #81257C; }
a { background-color: rgb(129,37,124); }
div.DivClassName
{
background-color: #81257C;
}
.BgClassName
{
background-color: #81257C;
}
</style>
border-color css
<style>
span { border-color: #81257C; }
span { border-color: rgb(129,37,124); }
td.TdClassName
{
border-color: #81257C;
}
.TagClassName
{
border-color: #81257C;
}
</style>