Shades of Studio #7E4DAD
Tints of Studio #7E4DAD
RGB
CMYK
RGB Variations
Color information
#7E4DAD (or 0x7E4DAD) is known color: Studio. HEX triplet: 7E, 4D and AD. RGB value is (126,77,173). Sum of RGB (Red+Green+Blue) = 126+77+173=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E4DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E4DAD is #81B252. Grayscale: #666666. Windows color (decimal): -8499795 or 11357566. OLE color: 11357566.
HSL color Cylindrical-coordinate representation of color #7E4DAD: hue angle of 270.62º 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 #7E4DAD is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 77 | 173 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.32 |
| HSL | 270.63º | 0.38% | 0.49% | - |
| HSV(B) | 270.63º | 0.55% | 0.68% | - |
| XYZ | 18.8 | 12.76 | 41.01 | - |
| YUV | 102.6 | 167.73 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 77 | 173 | 0.27 | 0.55 | 0 | 0.32 | 270.63 | 0.38 | 0.49 |
| Hex | 7E | 4D | AD | 1B | 37 | 0 | 20 | 10F | 26 | 31 |
| Octal | 176 | 115 | 255 | 33 | 67 | 0 | 40 | 417 | 46 | 61 |
| Binary | 1111110 | 1001101 | 10101101 | 11011 | 110111 | 0 | 100000 | 100001111 | 100110 | 110001 |
Color Harmonies of #7E4DAD
Complementary color
Monochromatic Colors of #7E4DAD
Black with #7E4DAD
Text Example
Text Example
White with #7E4DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4DAD; }
p { color: rgb(126,77,173); }
H1.HeaderClassName
{
color: #7E4DAD;
}
.AnyTagClassName
{
color: #7E4DAD;
}
</style>
background-color css
<style>
a { background-color: #7E4DAD; }
a { background-color: rgb(126,77,173); }
div.DivClassName
{
background-color: #7E4DAD;
}
.BgClassName
{
background-color: #7E4DAD;
}
</style>
border-color css
<style>
span { border-color: #7E4DAD; }
span { border-color: rgb(126,77,173); }
td.TdClassName
{
border-color: #7E4DAD;
}
.TagClassName
{
border-color: #7E4DAD;
}
</style>