Shades of Dark Purple #7F2E69
Tints of Dark Purple #7F2E69
RGB
CMYK
RGB Variations
Color information
#7F2E69 (or 0x7F2E69) is known color: Dark Purple. HEX triplet: 7F, 2E and 69. RGB value is (127,46,105). Sum of RGB (Red+Green+Blue) = 127+46+105=278 (36% of max value = 765). Red value is 127 (50% from 255 or 45.68% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2E69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2E69 is #80D196. Grayscale: #4C4C4C. Windows color (decimal): -8442263 or 6893183. OLE color: 6893183.
HSL color Cylindrical-coordinate representation of color #7F2E69: hue angle of 316.3º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F2E69 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 46 | 105 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.50 |
| HSL | 316.3º | 0.47% | 0.34% | - |
| HSV(B) | 316.3º | 0.64% | 0.5% | - |
| XYZ | 12.28 | 7.49 | 14.16 | - |
| YUV | 76.95 | 143.84 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 46 | 105 | 0 | 0.64 | 0.17 | 0.50 | 316.3 | 0.47 | 0.34 |
| Hex | 7F | 2E | 69 | 0 | 40 | 11 | 32 | 13C | 2F | 22 |
| Octal | 177 | 56 | 151 | 0 | 100 | 21 | 62 | 474 | 57 | 42 |
| Binary | 1111111 | 101110 | 1101001 | 0 | 1000000 | 10001 | 110010 | 100111100 | 101111 | 100010 |
Color Harmonies of #7F2E69
Complementary color
Monochromatic Colors of #7F2E69
Black with #7F2E69
Text Example
Text Example
White with #7F2E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2E69; }
p { color: rgb(127,46,105); }
H1.HeaderClassName
{
color: #7F2E69;
}
.AnyTagClassName
{
color: #7F2E69;
}
</style>
background-color css
<style>
a { background-color: #7F2E69; }
a { background-color: rgb(127,46,105); }
div.DivClassName
{
background-color: #7F2E69;
}
.BgClassName
{
background-color: #7F2E69;
}
</style>
border-color css
<style>
span { border-color: #7F2E69; }
span { border-color: rgb(127,46,105); }
td.TdClassName
{
border-color: #7F2E69;
}
.TagClassName
{
border-color: #7F2E69;
}
</style>