Shades of Studio #7E4EAE
Tints of Studio #7E4EAE
RGB
CMYK
RGB Variations
Color information
#7E4EAE (or 0x7E4EAE) is known color: Studio. HEX triplet: 7E, 4E and AE. RGB value is (126,78,174). Sum of RGB (Red+Green+Blue) = 126+78+174=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E4EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E4EAE is #81B151. Grayscale: #666666. Windows color (decimal): -8499538 or 11423358. OLE color: 11423358.
HSL color Cylindrical-coordinate representation of color #7E4EAE: hue angle of 270º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E4EAE is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 78 | 174 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.32 |
| HSL | 270º | 0.38% | 0.49% | - |
| HSV(B) | 270º | 0.55% | 0.68% | - |
| XYZ | 18.97 | 12.94 | 41.54 | - |
| YUV | 103.3 | 167.9 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 78 | 174 | 0.28 | 0.55 | 0 | 0.32 | 270 | 0.38 | 0.49 |
| Hex | 7E | 4E | AE | 1C | 37 | 0 | 20 | 10E | 26 | 31 |
| Octal | 176 | 116 | 256 | 34 | 67 | 0 | 40 | 416 | 46 | 61 |
| Binary | 1111110 | 1001110 | 10101110 | 11100 | 110111 | 0 | 100000 | 100001110 | 100110 | 110001 |
Color Harmonies of #7E4EAE
Complementary color
Monochromatic Colors of #7E4EAE
Black with #7E4EAE
Text Example
Text Example
White with #7E4EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4EAE; }
p { color: rgb(126,78,174); }
H1.HeaderClassName
{
color: #7E4EAE;
}
.AnyTagClassName
{
color: #7E4EAE;
}
</style>
background-color css
<style>
a { background-color: #7E4EAE; }
a { background-color: rgb(126,78,174); }
div.DivClassName
{
background-color: #7E4EAE;
}
.BgClassName
{
background-color: #7E4EAE;
}
</style>
border-color css
<style>
span { border-color: #7E4EAE; }
span { border-color: rgb(126,78,174); }
td.TdClassName
{
border-color: #7E4EAE;
}
.TagClassName
{
border-color: #7E4EAE;
}
</style>