Shades of Dark Purple #7F2763
Tints of Dark Purple #7F2763
RGB
CMYK
RGB Variations
Color information
#7F2763 (or 0x7F2763) is known color: Dark Purple. HEX triplet: 7F, 27 and 63. RGB value is (127,39,99). Sum of RGB (Red+Green+Blue) = 127+39+99=265 (35% of max value = 765). Red value is 127 (50% from 255 or 47.92% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2763 is #80D89C. Grayscale: #484848. Windows color (decimal): -8444061 or 6498175. OLE color: 6498175.
HSL color Cylindrical-coordinate representation of color #7F2763: hue angle of 319.09º 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 #7F2763 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 39 | 99 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.50 |
| HSL | 319.09º | 0.53% | 0.33% | - |
| HSV(B) | 319.09º | 0.69% | 0.5% | - |
| XYZ | 11.73 | 6.86 | 12.51 | - |
| YUV | 72.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 39 | 99 | 0 | 0.69 | 0.22 | 0.50 | 319.09 | 0.53 | 0.33 |
| Hex | 7F | 27 | 63 | 0 | 45 | 16 | 32 | 13F | 35 | 21 |
| Octal | 177 | 47 | 143 | 0 | 105 | 26 | 62 | 477 | 65 | 41 |
| Binary | 1111111 | 100111 | 1100011 | 0 | 1000101 | 10110 | 110010 | 100111111 | 110101 | 100001 |
Color Harmonies of #7F2763
Complementary color
Monochromatic Colors of #7F2763
Black with #7F2763
Text Example
Text Example
White with #7F2763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2763; }
p { color: rgb(127,39,99); }
H1.HeaderClassName
{
color: #7F2763;
}
.AnyTagClassName
{
color: #7F2763;
}
</style>
background-color css
<style>
a { background-color: #7F2763; }
a { background-color: rgb(127,39,99); }
div.DivClassName
{
background-color: #7F2763;
}
.BgClassName
{
background-color: #7F2763;
}
</style>
border-color css
<style>
span { border-color: #7F2763; }
span { border-color: rgb(127,39,99); }
td.TdClassName
{
border-color: #7F2763;
}
.TagClassName
{
border-color: #7F2763;
}
</style>