Shades of Dark Purple #7E247A
Tints of Dark Purple #7E247A
RGB
CMYK
RGB Variations
Color information
#7E247A (or 0x7E247A) is known color: Dark Purple. HEX triplet: 7E, 24 and 7A. RGB value is (126,36,122). Sum of RGB (Red+Green+Blue) = 126+36+122=284 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.37% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 126 - color contains mainly: red. Hex color #7E247A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E247A is #81DB85. Grayscale: #484848. Windows color (decimal): -8510342 or 8004734. OLE color: 8004734.
HSL color Cylindrical-coordinate representation of color #7E247A: hue angle of 302.67º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E247A is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 36 | 122 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.51 |
| HSL | 302.67º | 0.56% | 0.32% | - |
| HSV(B) | 302.67º | 0.71% | 0.49% | - |
| XYZ | 12.75 | 7.1 | 19.11 | - |
| YUV | 72.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 36 | 122 | 0 | 0.71 | 0.03 | 0.51 | 302.67 | 0.56 | 0.32 |
| Hex | 7E | 24 | 7A | 0 | 47 | 3 | 33 | 12F | 38 | 20 |
| Octal | 176 | 44 | 172 | 0 | 107 | 3 | 63 | 457 | 70 | 40 |
| Binary | 1111110 | 100100 | 1111010 | 0 | 1000111 | 11 | 110011 | 100101111 | 111000 | 100000 |
Color Harmonies of #7E247A
Complementary color
Monochromatic Colors of #7E247A
Black with #7E247A
Text Example
Text Example
White with #7E247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E247A; }
p { color: rgb(126,36,122); }
H1.HeaderClassName
{
color: #7E247A;
}
.AnyTagClassName
{
color: #7E247A;
}
</style>
background-color css
<style>
a { background-color: #7E247A; }
a { background-color: rgb(126,36,122); }
div.DivClassName
{
background-color: #7E247A;
}
.BgClassName
{
background-color: #7E247A;
}
</style>
border-color css
<style>
span { border-color: #7E247A; }
span { border-color: rgb(126,36,122); }
td.TdClassName
{
border-color: #7E247A;
}
.TagClassName
{
border-color: #7E247A;
}
</style>