Shades of Studio #7E3EAD
Tints of Studio #7E3EAD
RGB
CMYK
RGB Variations
Color information
#7E3EAD (or 0x7E3EAD) is known color: Studio. HEX triplet: 7E, 3E and AD. RGB value is (126,62,173). Sum of RGB (Red+Green+Blue) = 126+62+173=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E3EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3EAD is #81C152. Grayscale: #5D5D5D. Windows color (decimal): -8503635 or 11353726. OLE color: 11353726.
HSL color Cylindrical-coordinate representation of color #7E3EAD: hue angle of 274.59º 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 #7E3EAD is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 62 | 173 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.32 |
| HSL | 274.59º | 0.47% | 0.46% | - |
| HSV(B) | 274.59º | 0.64% | 0.68% | - |
| XYZ | 17.87 | 10.9 | 40.7 | - |
| YUV | 93.79 | 172.7 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 62 | 173 | 0.27 | 0.64 | 0 | 0.32 | 274.59 | 0.47 | 0.46 |
| Hex | 7E | 3E | AD | 1B | 40 | 0 | 20 | 113 | 2F | 2E |
| Octal | 176 | 76 | 255 | 33 | 100 | 0 | 40 | 423 | 57 | 56 |
| Binary | 1111110 | 111110 | 10101101 | 11011 | 1000000 | 0 | 100000 | 100010011 | 101111 | 101110 |
Color Harmonies of #7E3EAD
Complementary color
Monochromatic Colors of #7E3EAD
Black with #7E3EAD
Text Example
Text Example
White with #7E3EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3EAD; }
p { color: rgb(126,62,173); }
H1.HeaderClassName
{
color: #7E3EAD;
}
.AnyTagClassName
{
color: #7E3EAD;
}
</style>
background-color css
<style>
a { background-color: #7E3EAD; }
a { background-color: rgb(126,62,173); }
div.DivClassName
{
background-color: #7E3EAD;
}
.BgClassName
{
background-color: #7E3EAD;
}
</style>
border-color css
<style>
span { border-color: #7E3EAD; }
span { border-color: rgb(126,62,173); }
td.TdClassName
{
border-color: #7E3EAD;
}
.TagClassName
{
border-color: #7E3EAD;
}
</style>