Shades of Dark Purple #7F317A
Tints of Dark Purple #7F317A
RGB
CMYK
RGB Variations
Color information
#7F317A (or 0x7F317A) is known color: Dark Purple. HEX triplet: 7F, 31 and 7A. RGB value is (127,49,122). Sum of RGB (Red+Green+Blue) = 127+49+122=298 (39% of max value = 765). Red value is 127 (50% from 255 or 42.62% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 127 - color contains mainly: red. Hex color #7F317A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F317A is #80CE85. Grayscale: #505050. Windows color (decimal): -8441478 or 8008063. OLE color: 8008063.
HSL color Cylindrical-coordinate representation of color #7F317A: hue angle of 303.85º 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 #7F317A is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 49 | 122 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.50 |
| HSL | 303.85º | 0.44% | 0.35% | - |
| HSV(B) | 303.85º | 0.61% | 0.5% | - |
| XYZ | 13.36 | 8.11 | 19.27 | - |
| YUV | 80.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 49 | 122 | 0 | 0.61 | 0.04 | 0.50 | 303.85 | 0.44 | 0.35 |
| Hex | 7F | 31 | 7A | 0 | 3D | 4 | 32 | 130 | 2C | 23 |
| Octal | 177 | 61 | 172 | 0 | 75 | 4 | 62 | 460 | 54 | 43 |
| Binary | 1111111 | 110001 | 1111010 | 0 | 111101 | 100 | 110010 | 100110000 | 101100 | 100011 |
Color Harmonies of #7F317A
Complementary color
Monochromatic Colors of #7F317A
Black with #7F317A
Text Example
Text Example
White with #7F317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F317A; }
p { color: rgb(127,49,122); }
H1.HeaderClassName
{
color: #7F317A;
}
.AnyTagClassName
{
color: #7F317A;
}
</style>
background-color css
<style>
a { background-color: #7F317A; }
a { background-color: rgb(127,49,122); }
div.DivClassName
{
background-color: #7F317A;
}
.BgClassName
{
background-color: #7F317A;
}
</style>
border-color css
<style>
span { border-color: #7F317A; }
span { border-color: rgb(127,49,122); }
td.TdClassName
{
border-color: #7F317A;
}
.TagClassName
{
border-color: #7F317A;
}
</style>