Shades of Dark Purple #7F195F
Tints of Dark Purple #7F195F
RGB
CMYK
RGB Variations
Color information
#7F195F (or 0x7F195F) is known color: Dark Purple. HEX triplet: 7F, 19 and 5F. RGB value is (127,25,95). Sum of RGB (Red+Green+Blue) = 127+25+95=247 (32% of max value = 765). Red value is 127 (50% from 255 or 51.42% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 127 - color contains mainly: red. Hex color #7F195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F195F is #80E6A0. Grayscale: #3F3F3F. Windows color (decimal): -8447649 or 6232447. OLE color: 6232447.
HSL color Cylindrical-coordinate representation of color #7F195F: hue angle of 318.82º 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 #7F195F is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 25 | 95 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.50 |
| HSL | 318.82º | 0.67% | 0.3% | - |
| HSV(B) | 318.82º | 0.8% | 0.5% | - |
| XYZ | 11.17 | 6.03 | 11.4 | - |
| YUV | 63.48 | 145.79 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 25 | 95 | 0 | 0.80 | 0.25 | 0.50 | 318.82 | 0.67 | 0.3 |
| Hex | 7F | 19 | 5F | 0 | 50 | 19 | 32 | 13F | 43 | 1E |
| Octal | 177 | 31 | 137 | 0 | 120 | 31 | 62 | 477 | 103 | 36 |
| Binary | 1111111 | 11001 | 1011111 | 0 | 1010000 | 11001 | 110010 | 100111111 | 1000011 | 11110 |
Color Harmonies of #7F195F
Complementary color
Monochromatic Colors of #7F195F
Black with #7F195F
Text Example
Text Example
White with #7F195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F195F; }
p { color: rgb(127,25,95); }
H1.HeaderClassName
{
color: #7F195F;
}
.AnyTagClassName
{
color: #7F195F;
}
</style>
background-color css
<style>
a { background-color: #7F195F; }
a { background-color: rgb(127,25,95); }
div.DivClassName
{
background-color: #7F195F;
}
.BgClassName
{
background-color: #7F195F;
}
</style>
border-color css
<style>
span { border-color: #7F195F; }
span { border-color: rgb(127,25,95); }
td.TdClassName
{
border-color: #7F195F;
}
.TagClassName
{
border-color: #7F195F;
}
</style>