Shades of Dark Purple #7E2C67
Tints of Dark Purple #7E2C67
RGB
CMYK
RGB Variations
Color information
#7E2C67 (or 0x7E2C67) is known color: Dark Purple. HEX triplet: 7E, 2C and 67. RGB value is (126,44,103). Sum of RGB (Red+Green+Blue) = 126+44+103=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2C67 is #81D398. Grayscale: #4B4B4B. Windows color (decimal): -8508313 or 6761598. OLE color: 6761598.
HSL color Cylindrical-coordinate representation of color #7E2C67: hue angle of 316.83º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E2C67 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 44 | 103 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.51 |
| HSL | 316.83º | 0.48% | 0.33% | - |
| HSV(B) | 316.83º | 0.65% | 0.49% | - |
| XYZ | 11.95 | 7.22 | 13.59 | - |
| YUV | 75.24 | 143.67 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 44 | 103 | 0 | 0.65 | 0.18 | 0.51 | 316.83 | 0.48 | 0.33 |
| Hex | 7E | 2C | 67 | 0 | 41 | 12 | 33 | 13D | 30 | 21 |
| Octal | 176 | 54 | 147 | 0 | 101 | 22 | 63 | 475 | 60 | 41 |
| Binary | 1111110 | 101100 | 1100111 | 0 | 1000001 | 10010 | 110011 | 100111101 | 110000 | 100001 |
Color Harmonies of #7E2C67
Complementary color
Monochromatic Colors of #7E2C67
Black with #7E2C67
Text Example
Text Example
White with #7E2C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2C67; }
p { color: rgb(126,44,103); }
H1.HeaderClassName
{
color: #7E2C67;
}
.AnyTagClassName
{
color: #7E2C67;
}
</style>
background-color css
<style>
a { background-color: #7E2C67; }
a { background-color: rgb(126,44,103); }
div.DivClassName
{
background-color: #7E2C67;
}
.BgClassName
{
background-color: #7E2C67;
}
</style>
border-color css
<style>
span { border-color: #7E2C67; }
span { border-color: rgb(126,44,103); }
td.TdClassName
{
border-color: #7E2C67;
}
.TagClassName
{
border-color: #7E2C67;
}
</style>