Shades of Studio #7E4EAD
Tints of Studio #7E4EAD
RGB
CMYK
RGB Variations
Color information
#7E4EAD (or 0x7E4EAD) is known color: Studio. HEX triplet: 7E, 4E and AD. RGB value is (126,78,173). Sum of RGB (Red+Green+Blue) = 126+78+173=377 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.42% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E4EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E4EAD is #81B152. Grayscale: #666666. Windows color (decimal): -8499539 or 11357822. OLE color: 11357822.
HSL color Cylindrical-coordinate representation of color #7E4EAD: hue angle of 270.32º 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 #7E4EAD is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 78 | 173 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.32 |
| HSL | 270.32º | 0.38% | 0.49% | - |
| HSV(B) | 270.32º | 0.55% | 0.68% | - |
| XYZ | 18.87 | 12.9 | 41.03 | - |
| YUV | 103.18 | 167.4 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 78 | 173 | 0.27 | 0.55 | 0 | 0.32 | 270.32 | 0.38 | 0.49 |
| Hex | 7E | 4E | AD | 1B | 37 | 0 | 20 | 10E | 26 | 31 |
| Octal | 176 | 116 | 255 | 33 | 67 | 0 | 40 | 416 | 46 | 61 |
| Binary | 1111110 | 1001110 | 10101101 | 11011 | 110111 | 0 | 100000 | 100001110 | 100110 | 110001 |
Color Harmonies of #7E4EAD
Complementary color
Monochromatic Colors of #7E4EAD
Black with #7E4EAD
Text Example
Text Example
White with #7E4EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4EAD; }
p { color: rgb(126,78,173); }
H1.HeaderClassName
{
color: #7E4EAD;
}
.AnyTagClassName
{
color: #7E4EAD;
}
</style>
background-color css
<style>
a { background-color: #7E4EAD; }
a { background-color: rgb(126,78,173); }
div.DivClassName
{
background-color: #7E4EAD;
}
.BgClassName
{
background-color: #7E4EAD;
}
</style>
border-color css
<style>
span { border-color: #7E4EAD; }
span { border-color: rgb(126,78,173); }
td.TdClassName
{
border-color: #7E4EAD;
}
.TagClassName
{
border-color: #7E4EAD;
}
</style>