Shades of Dark Purple #7F2981
Tints of Dark Purple #7F2981
RGB
CMYK
RGB Variations
Color information
#7F2981 (or 0x7F2981) is known color: Dark Purple. HEX triplet: 7F, 29 and 81. RGB value is (127,41,129). Sum of RGB (Red+Green+Blue) = 127+41+129=297 (39% of max value = 765). Red value is 127 (50% from 255 or 42.76% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 129 - color contains mainly: blue. Hex color #7F2981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2981 is #80D67E. Grayscale: #4C4C4C. Windows color (decimal): -8443519 or 8464767. OLE color: 8464767.
HSL color Cylindrical-coordinate representation of color #7F2981: hue angle of 298.64º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F2981 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 41 | 129 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.49 |
| HSL | 298.64º | 0.52% | 0.33% | - |
| HSV(B) | 298.64º | 0.68% | 0.51% | - |
| XYZ | 13.51 | 7.68 | 21.54 | - |
| YUV | 76.75 | 157.49 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 41 | 129 | 0.02 | 0.68 | 0 | 0.49 | 298.64 | 0.52 | 0.33 |
| Hex | 7F | 29 | 81 | 2 | 44 | 0 | 31 | 12B | 34 | 21 |
| Octal | 177 | 51 | 201 | 2 | 104 | 0 | 61 | 453 | 64 | 41 |
| Binary | 1111111 | 101001 | 10000001 | 10 | 1000100 | 0 | 110001 | 100101011 | 110100 | 100001 |
Color Harmonies of #7F2981
Complementary color
Monochromatic Colors of #7F2981
Black with #7F2981
Text Example
Text Example
White with #7F2981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2981; }
p { color: rgb(127,41,129); }
H1.HeaderClassName
{
color: #7F2981;
}
.AnyTagClassName
{
color: #7F2981;
}
</style>
background-color css
<style>
a { background-color: #7F2981; }
a { background-color: rgb(127,41,129); }
div.DivClassName
{
background-color: #7F2981;
}
.BgClassName
{
background-color: #7F2981;
}
</style>
border-color css
<style>
span { border-color: #7F2981; }
span { border-color: rgb(127,41,129); }
td.TdClassName
{
border-color: #7F2981;
}
.TagClassName
{
border-color: #7F2981;
}
</style>