Shades of Dark Purple #7F3179
Tints of Dark Purple #7F3179
RGB
CMYK
RGB Variations
Color information
#7F3179 (or 0x7F3179) is known color: Dark Purple. HEX triplet: 7F, 31 and 79. RGB value is (127,49,121). Sum of RGB (Red+Green+Blue) = 127+49+121=297 (39% of max value = 765). Red value is 127 (50% from 255 or 42.76% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3179 is #80CE86. Grayscale: #505050. Windows color (decimal): -8441479 or 7942527. OLE color: 7942527.
HSL color Cylindrical-coordinate representation of color #7F3179: hue angle of 304.62º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F3179 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 49 | 121 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.50 |
| HSL | 304.62º | 0.44% | 0.35% | - |
| HSV(B) | 304.62º | 0.61% | 0.5% | - |
| XYZ | 13.3 | 8.09 | 18.95 | - |
| YUV | 80.53 | 150.84 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 49 | 121 | 0 | 0.61 | 0.05 | 0.50 | 304.62 | 0.44 | 0.35 |
| Hex | 7F | 31 | 79 | 0 | 3D | 5 | 32 | 131 | 2C | 23 |
| Octal | 177 | 61 | 171 | 0 | 75 | 5 | 62 | 461 | 54 | 43 |
| Binary | 1111111 | 110001 | 1111001 | 0 | 111101 | 101 | 110010 | 100110001 | 101100 | 100011 |
Color Harmonies of #7F3179
Complementary color
Monochromatic Colors of #7F3179
Black with #7F3179
Text Example
Text Example
White with #7F3179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3179; }
p { color: rgb(127,49,121); }
H1.HeaderClassName
{
color: #7F3179;
}
.AnyTagClassName
{
color: #7F3179;
}
</style>
background-color css
<style>
a { background-color: #7F3179; }
a { background-color: rgb(127,49,121); }
div.DivClassName
{
background-color: #7F3179;
}
.BgClassName
{
background-color: #7F3179;
}
</style>
border-color css
<style>
span { border-color: #7F3179; }
span { border-color: rgb(127,49,121); }
td.TdClassName
{
border-color: #7F3179;
}
.TagClassName
{
border-color: #7F3179;
}
</style>