Shades of Dark Purple #7F3379
Tints of Dark Purple #7F3379
RGB
CMYK
RGB Variations
Color information
#7F3379 (or 0x7F3379) is known color: Dark Purple. HEX triplet: 7F, 33 and 79. RGB value is (127,51,121). Sum of RGB (Red+Green+Blue) = 127+51+121=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3379 is #80CC86. Grayscale: #515151. Windows color (decimal): -8440967 or 7943039. OLE color: 7943039.
HSL color Cylindrical-coordinate representation of color #7F3379: hue angle of 304.74º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F3379 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 51 | 121 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.50 |
| HSL | 304.74º | 0.43% | 0.35% | - |
| HSV(B) | 304.74º | 0.6% | 0.5% | - |
| XYZ | 13.39 | 8.26 | 18.98 | - |
| YUV | 81.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 51 | 121 | 0 | 0.60 | 0.05 | 0.50 | 304.74 | 0.43 | 0.35 |
| Hex | 7F | 33 | 79 | 0 | 3C | 5 | 32 | 131 | 2B | 23 |
| Octal | 177 | 63 | 171 | 0 | 74 | 5 | 62 | 461 | 53 | 43 |
| Binary | 1111111 | 110011 | 1111001 | 0 | 111100 | 101 | 110010 | 100110001 | 101011 | 100011 |
Color Harmonies of #7F3379
Complementary color
Monochromatic Colors of #7F3379
Black with #7F3379
Text Example
Text Example
White with #7F3379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3379; }
p { color: rgb(127,51,121); }
H1.HeaderClassName
{
color: #7F3379;
}
.AnyTagClassName
{
color: #7F3379;
}
</style>
background-color css
<style>
a { background-color: #7F3379; }
a { background-color: rgb(127,51,121); }
div.DivClassName
{
background-color: #7F3379;
}
.BgClassName
{
background-color: #7F3379;
}
</style>
border-color css
<style>
span { border-color: #7F3379; }
span { border-color: rgb(127,51,121); }
td.TdClassName
{
border-color: #7F3379;
}
.TagClassName
{
border-color: #7F3379;
}
</style>