Shades of Dark Purple #7F1E78
Tints of Dark Purple #7F1E78
RGB
CMYK
RGB Variations
Color information
#7F1E78 (or 0x7F1E78) is known color: Dark Purple. HEX triplet: 7F, 1E and 78. RGB value is (127,30,120). Sum of RGB (Red+Green+Blue) = 127+30+120=277 (36% of max value = 765). Red value is 127 (50% from 255 or 45.85% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1E78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1E78 is #80E187. Grayscale: #454545. Windows color (decimal): -8446344 or 7872127. OLE color: 7872127.
HSL color Cylindrical-coordinate representation of color #7F1E78: hue angle of 304.33º degrees, saturation: 0.62, 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 #7F1E78 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 30 | 120 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.50 |
| HSL | 304.33º | 0.62% | 0.31% | - |
| HSV(B) | 304.33º | 0.76% | 0.5% | - |
| XYZ | 12.61 | 6.8 | 18.42 | - |
| YUV | 69.26 | 156.64 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 30 | 120 | 0 | 0.76 | 0.06 | 0.50 | 304.33 | 0.62 | 0.31 |
| Hex | 7F | 1E | 78 | 0 | 4C | 6 | 32 | 130 | 3E | 1F |
| Octal | 177 | 36 | 170 | 0 | 114 | 6 | 62 | 460 | 76 | 37 |
| Binary | 1111111 | 11110 | 1111000 | 0 | 1001100 | 110 | 110010 | 100110000 | 111110 | 11111 |
Color Harmonies of #7F1E78
Complementary color
Monochromatic Colors of #7F1E78
Black with #7F1E78
Text Example
Text Example
White with #7F1E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1E78; }
p { color: rgb(127,30,120); }
H1.HeaderClassName
{
color: #7F1E78;
}
.AnyTagClassName
{
color: #7F1E78;
}
</style>
background-color css
<style>
a { background-color: #7F1E78; }
a { background-color: rgb(127,30,120); }
div.DivClassName
{
background-color: #7F1E78;
}
.BgClassName
{
background-color: #7F1E78;
}
</style>
border-color css
<style>
span { border-color: #7F1E78; }
span { border-color: rgb(127,30,120); }
td.TdClassName
{
border-color: #7F1E78;
}
.TagClassName
{
border-color: #7F1E78;
}
</style>