Shades of Dark Purple #7F2982
Tints of Dark Purple #7F2982
RGB
CMYK
RGB Variations
Color information
#7F2982 (or 0x7F2982) is known color: Dark Purple. HEX triplet: 7F, 29 and 82. RGB value is (127,41,130). Sum of RGB (Red+Green+Blue) = 127+41+130=298 (39% of max value = 765). Red value is 127 (50% from 255 or 42.62% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 130 - color contains mainly: blue. Hex color #7F2982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2982 is #80D67D. Grayscale: #4C4C4C. Windows color (decimal): -8443518 or 8530303. OLE color: 8530303.
HSL color Cylindrical-coordinate representation of color #7F2982: hue angle of 297.98º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F2982 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 41 | 130 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.49 |
| HSL | 297.98º | 0.52% | 0.34% | - |
| HSV(B) | 297.98º | 0.68% | 0.51% | - |
| XYZ | 13.57 | 7.71 | 21.89 | - |
| YUV | 76.86 | 157.99 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 41 | 130 | 0.02 | 0.68 | 0 | 0.49 | 297.98 | 0.52 | 0.34 |
| Hex | 7F | 29 | 82 | 2 | 44 | 0 | 31 | 12A | 34 | 22 |
| Octal | 177 | 51 | 202 | 2 | 104 | 0 | 61 | 452 | 64 | 42 |
| Binary | 1111111 | 101001 | 10000010 | 10 | 1000100 | 0 | 110001 | 100101010 | 110100 | 100010 |
Color Harmonies of #7F2982
Complementary color
Monochromatic Colors of #7F2982
Black with #7F2982
Text Example
Text Example
White with #7F2982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2982; }
p { color: rgb(127,41,130); }
H1.HeaderClassName
{
color: #7F2982;
}
.AnyTagClassName
{
color: #7F2982;
}
</style>
background-color css
<style>
a { background-color: #7F2982; }
a { background-color: rgb(127,41,130); }
div.DivClassName
{
background-color: #7F2982;
}
.BgClassName
{
background-color: #7F2982;
}
</style>
border-color css
<style>
span { border-color: #7F2982; }
span { border-color: rgb(127,41,130); }
td.TdClassName
{
border-color: #7F2982;
}
.TagClassName
{
border-color: #7F2982;
}
</style>