Shades of Dark Purple #81257F
Tints of Dark Purple #81257F
RGB
CMYK
RGB Variations
Color information
#81257F (or 0x81257F) is known color: Dark Purple. HEX triplet: 81, 25 and 7F. RGB value is (129,37,127). Sum of RGB (Red+Green+Blue) = 129+37+127=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #81257F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81257F is #7EDA80. Grayscale: #4A4A4A. Windows color (decimal): -8313473 or 8332673. OLE color: 8332673.
HSL color Cylindrical-coordinate representation of color #81257F: hue angle of 301.3º 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 #81257F is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 37 | 127 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.49 |
| HSL | 301.3º | 0.55% | 0.33% | - |
| HSV(B) | 301.3º | 0.71% | 0.51% | - |
| XYZ | 13.55 | 7.52 | 20.82 | - |
| YUV | 74.77 | 157.48 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 37 | 127 | 0 | 0.71 | 0.02 | 0.49 | 301.3 | 0.55 | 0.33 |
| Hex | 81 | 25 | 7F | 0 | 47 | 2 | 31 | 12D | 37 | 21 |
| Octal | 201 | 45 | 177 | 0 | 107 | 2 | 61 | 455 | 67 | 41 |
| Binary | 10000001 | 100101 | 1111111 | 0 | 1000111 | 10 | 110001 | 100101101 | 110111 | 100001 |
Color Harmonies of #81257F
Complementary color
Monochromatic Colors of #81257F
Black with #81257F
Text Example
Text Example
White with #81257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81257F; }
p { color: rgb(129,37,127); }
H1.HeaderClassName
{
color: #81257F;
}
.AnyTagClassName
{
color: #81257F;
}
</style>
background-color css
<style>
a { background-color: #81257F; }
a { background-color: rgb(129,37,127); }
div.DivClassName
{
background-color: #81257F;
}
.BgClassName
{
background-color: #81257F;
}
</style>
border-color css
<style>
span { border-color: #81257F; }
span { border-color: rgb(129,37,127); }
td.TdClassName
{
border-color: #81257F;
}
.TagClassName
{
border-color: #81257F;
}
</style>