Shades of Dark Purple #7F1E69
Tints of Dark Purple #7F1E69
RGB
CMYK
RGB Variations
Color information
#7F1E69 (or 0x7F1E69) is known color: Dark Purple. HEX triplet: 7F, 1E and 69. RGB value is (127,30,105). Sum of RGB (Red+Green+Blue) = 127+30+105=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1E69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1E69 is #80E196. Grayscale: #434343. Windows color (decimal): -8446359 or 6889087. OLE color: 6889087.
HSL color Cylindrical-coordinate representation of color #7F1E69: hue angle of 313.61º 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 #7F1E69 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 30 | 105 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.50 |
| HSL | 313.61º | 0.62% | 0.31% | - |
| HSV(B) | 313.61º | 0.76% | 0.5% | - |
| XYZ | 11.77 | 6.46 | 13.99 | - |
| YUV | 67.55 | 149.14 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 30 | 105 | 0 | 0.76 | 0.17 | 0.50 | 313.61 | 0.62 | 0.31 |
| Hex | 7F | 1E | 69 | 0 | 4C | 11 | 32 | 13A | 3E | 1F |
| Octal | 177 | 36 | 151 | 0 | 114 | 21 | 62 | 472 | 76 | 37 |
| Binary | 1111111 | 11110 | 1101001 | 0 | 1001100 | 10001 | 110010 | 100111010 | 111110 | 11111 |
Color Harmonies of #7F1E69
Complementary color
Monochromatic Colors of #7F1E69
Black with #7F1E69
Text Example
Text Example
White with #7F1E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1E69; }
p { color: rgb(127,30,105); }
H1.HeaderClassName
{
color: #7F1E69;
}
.AnyTagClassName
{
color: #7F1E69;
}
</style>
background-color css
<style>
a { background-color: #7F1E69; }
a { background-color: rgb(127,30,105); }
div.DivClassName
{
background-color: #7F1E69;
}
.BgClassName
{
background-color: #7F1E69;
}
</style>
border-color css
<style>
span { border-color: #7F1E69; }
span { border-color: rgb(127,30,105); }
td.TdClassName
{
border-color: #7F1E69;
}
.TagClassName
{
border-color: #7F1E69;
}
</style>