Shades of Studio #7E3EAE
Tints of Studio #7E3EAE
RGB
CMYK
RGB Variations
Color information
#7E3EAE (or 0x7E3EAE) is known color: Studio. HEX triplet: 7E, 3E and AE. RGB value is (126,62,174). Sum of RGB (Red+Green+Blue) = 126+62+174=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E3EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3EAE is #81C151. Grayscale: #5D5D5D. Windows color (decimal): -8503634 or 11419262. OLE color: 11419262.
HSL color Cylindrical-coordinate representation of color #7E3EAE: hue angle of 274.29º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7E3EAE is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 62 | 174 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.32 |
| HSL | 274.29º | 0.47% | 0.46% | - |
| HSV(B) | 274.29º | 0.64% | 0.68% | - |
| XYZ | 17.97 | 10.94 | 41.21 | - |
| YUV | 93.9 | 173.2 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 62 | 174 | 0.28 | 0.64 | 0 | 0.32 | 274.29 | 0.47 | 0.46 |
| Hex | 7E | 3E | AE | 1C | 40 | 0 | 20 | 112 | 2F | 2E |
| Octal | 176 | 76 | 256 | 34 | 100 | 0 | 40 | 422 | 57 | 56 |
| Binary | 1111110 | 111110 | 10101110 | 11100 | 1000000 | 0 | 100000 | 100010010 | 101111 | 101110 |
Color Harmonies of #7E3EAE
Complementary color
Monochromatic Colors of #7E3EAE
Black with #7E3EAE
Text Example
Text Example
White with #7E3EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3EAE; }
p { color: rgb(126,62,174); }
H1.HeaderClassName
{
color: #7E3EAE;
}
.AnyTagClassName
{
color: #7E3EAE;
}
</style>
background-color css
<style>
a { background-color: #7E3EAE; }
a { background-color: rgb(126,62,174); }
div.DivClassName
{
background-color: #7E3EAE;
}
.BgClassName
{
background-color: #7E3EAE;
}
</style>
border-color css
<style>
span { border-color: #7E3EAE; }
span { border-color: rgb(126,62,174); }
td.TdClassName
{
border-color: #7E3EAE;
}
.TagClassName
{
border-color: #7E3EAE;
}
</style>