Shades of Dark Purple #7F2978
Tints of Dark Purple #7F2978
RGB
CMYK
RGB Variations
Color information
#7F2978 (or 0x7F2978) is known color: Dark Purple. HEX triplet: 7F, 29 and 78. RGB value is (127,41,120). Sum of RGB (Red+Green+Blue) = 127+41+120=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2978 is #80D687. Grayscale: #4B4B4B. Windows color (decimal): -8443528 or 7874943. OLE color: 7874943.
HSL color Cylindrical-coordinate representation of color #7F2978: hue angle of 304.88º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F2978 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 41 | 120 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.50 |
| HSL | 304.88º | 0.51% | 0.33% | - |
| HSV(B) | 304.88º | 0.68% | 0.5% | - |
| XYZ | 12.94 | 7.45 | 18.53 | - |
| YUV | 75.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 41 | 120 | 0 | 0.68 | 0.06 | 0.50 | 304.88 | 0.51 | 0.33 |
| Hex | 7F | 29 | 78 | 0 | 44 | 6 | 32 | 131 | 33 | 21 |
| Octal | 177 | 51 | 170 | 0 | 104 | 6 | 62 | 461 | 63 | 41 |
| Binary | 1111111 | 101001 | 1111000 | 0 | 1000100 | 110 | 110010 | 100110001 | 110011 | 100001 |
Color Harmonies of #7F2978
Complementary color
Monochromatic Colors of #7F2978
Black with #7F2978
Text Example
Text Example
White with #7F2978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2978; }
p { color: rgb(127,41,120); }
H1.HeaderClassName
{
color: #7F2978;
}
.AnyTagClassName
{
color: #7F2978;
}
</style>
background-color css
<style>
a { background-color: #7F2978; }
a { background-color: rgb(127,41,120); }
div.DivClassName
{
background-color: #7F2978;
}
.BgClassName
{
background-color: #7F2978;
}
</style>
border-color css
<style>
span { border-color: #7F2978; }
span { border-color: rgb(127,41,120); }
td.TdClassName
{
border-color: #7F2978;
}
.TagClassName
{
border-color: #7F2978;
}
</style>