Shades of Dark Purple #7F276F
Tints of Dark Purple #7F276F
RGB
CMYK
RGB Variations
Color information
#7F276F (or 0x7F276F) is known color: Dark Purple. HEX triplet: 7F, 27 and 6F. RGB value is (127,39,111). Sum of RGB (Red+Green+Blue) = 127+39+111=277 (36% of max value = 765). Red value is 127 (50% from 255 or 45.85% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 127 - color contains mainly: red. Hex color #7F276F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F276F is #80D890. Grayscale: #494949. Windows color (decimal): -8444049 or 7284607. OLE color: 7284607.
HSL color Cylindrical-coordinate representation of color #7F276F: hue angle of 310.91º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F276F is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 39 | 111 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.50 |
| HSL | 310.91º | 0.53% | 0.33% | - |
| HSV(B) | 310.91º | 0.69% | 0.5% | - |
| XYZ | 12.35 | 7.11 | 15.76 | - |
| YUV | 73.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 39 | 111 | 0 | 0.69 | 0.13 | 0.50 | 310.91 | 0.53 | 0.33 |
| Hex | 7F | 27 | 6F | 0 | 45 | D | 32 | 137 | 35 | 21 |
| Octal | 177 | 47 | 157 | 0 | 105 | 15 | 62 | 467 | 65 | 41 |
| Binary | 1111111 | 100111 | 1101111 | 0 | 1000101 | 1101 | 110010 | 100110111 | 110101 | 100001 |
Color Harmonies of #7F276F
Complementary color
Monochromatic Colors of #7F276F
Black with #7F276F
Text Example
Text Example
White with #7F276F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F276F; }
p { color: rgb(127,39,111); }
H1.HeaderClassName
{
color: #7F276F;
}
.AnyTagClassName
{
color: #7F276F;
}
</style>
background-color css
<style>
a { background-color: #7F276F; }
a { background-color: rgb(127,39,111); }
div.DivClassName
{
background-color: #7F276F;
}
.BgClassName
{
background-color: #7F276F;
}
</style>
border-color css
<style>
span { border-color: #7F276F; }
span { border-color: rgb(127,39,111); }
td.TdClassName
{
border-color: #7F276F;
}
.TagClassName
{
border-color: #7F276F;
}
</style>