Shades of Dark Purple #7F1F61
Tints of Dark Purple #7F1F61
RGB
CMYK
RGB Variations
Color information
#7F1F61 (or 0x7F1F61) is known color: Dark Purple. HEX triplet: 7F, 1F and 61. RGB value is (127,31,97). Sum of RGB (Red+Green+Blue) = 127+31+97=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1F61 is #80E09E. Grayscale: #434343. Windows color (decimal): -8446111 or 6365055. OLE color: 6365055.
HSL color Cylindrical-coordinate representation of color #7F1F61: hue angle of 318.75º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F1F61 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 31 | 97 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.50 |
| HSL | 318.75º | 0.61% | 0.31% | - |
| HSV(B) | 318.75º | 0.76% | 0.5% | - |
| XYZ | 11.4 | 6.36 | 11.94 | - |
| YUV | 67.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 31 | 97 | 0 | 0.76 | 0.24 | 0.50 | 318.75 | 0.61 | 0.31 |
| Hex | 7F | 1F | 61 | 0 | 4C | 18 | 32 | 13F | 3D | 1F |
| Octal | 177 | 37 | 141 | 0 | 114 | 30 | 62 | 477 | 75 | 37 |
| Binary | 1111111 | 11111 | 1100001 | 0 | 1001100 | 11000 | 110010 | 100111111 | 111101 | 11111 |
Color Harmonies of #7F1F61
Complementary color
Monochromatic Colors of #7F1F61
Black with #7F1F61
Text Example
Text Example
White with #7F1F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1F61; }
p { color: rgb(127,31,97); }
H1.HeaderClassName
{
color: #7F1F61;
}
.AnyTagClassName
{
color: #7F1F61;
}
</style>
background-color css
<style>
a { background-color: #7F1F61; }
a { background-color: rgb(127,31,97); }
div.DivClassName
{
background-color: #7F1F61;
}
.BgClassName
{
background-color: #7F1F61;
}
</style>
border-color css
<style>
span { border-color: #7F1F61; }
span { border-color: rgb(127,31,97); }
td.TdClassName
{
border-color: #7F1F61;
}
.TagClassName
{
border-color: #7F1F61;
}
</style>