Shades of Dark Purple #7F197D
Tints of Dark Purple #7F197D
RGB
CMYK
RGB Variations
Color information
#7F197D (or 0x7F197D) is known color: Dark Purple. HEX triplet: 7F, 19 and 7D. RGB value is (127,25,125). Sum of RGB (Red+Green+Blue) = 127+25+125=277 (36% of max value = 765). Red value is 127 (50% from 255 or 45.85% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 127 - color contains mainly: red. Hex color #7F197D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F197D is #80E682. Grayscale: #424242. Windows color (decimal): -8447619 or 8198527. OLE color: 8198527.
HSL color Cylindrical-coordinate representation of color #7F197D: hue angle of 301.18º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F197D is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 25 | 125 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.50 |
| HSL | 301.18º | 0.67% | 0.3% | - |
| HSV(B) | 301.18º | 0.8% | 0.5% | - |
| XYZ | 12.8 | 6.69 | 20.02 | - |
| YUV | 66.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 25 | 125 | 0 | 0.80 | 0.02 | 0.50 | 301.18 | 0.67 | 0.3 |
| Hex | 7F | 19 | 7D | 0 | 50 | 2 | 32 | 12D | 43 | 1E |
| Octal | 177 | 31 | 175 | 0 | 120 | 2 | 62 | 455 | 103 | 36 |
| Binary | 1111111 | 11001 | 1111101 | 0 | 1010000 | 10 | 110010 | 100101101 | 1000011 | 11110 |
Color Harmonies of #7F197D
Complementary color
Monochromatic Colors of #7F197D
Black with #7F197D
Text Example
Text Example
White with #7F197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F197D; }
p { color: rgb(127,25,125); }
H1.HeaderClassName
{
color: #7F197D;
}
.AnyTagClassName
{
color: #7F197D;
}
</style>
background-color css
<style>
a { background-color: #7F197D; }
a { background-color: rgb(127,25,125); }
div.DivClassName
{
background-color: #7F197D;
}
.BgClassName
{
background-color: #7F197D;
}
</style>
border-color css
<style>
span { border-color: #7F197D; }
span { border-color: rgb(127,25,125); }
td.TdClassName
{
border-color: #7F197D;
}
.TagClassName
{
border-color: #7F197D;
}
</style>