Shades of Studio #7E3DAD
Tints of Studio #7E3DAD
RGB
CMYK
RGB Variations
Color information
#7E3DAD (or 0x7E3DAD) is known color: Studio. HEX triplet: 7E, 3D and AD. RGB value is (126,61,173). Sum of RGB (Red+Green+Blue) = 126+61+173=360 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E3DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3DAD is #81C252. Grayscale: #5C5C5C. Windows color (decimal): -8503891 or 11353470. OLE color: 11353470.
HSL color Cylindrical-coordinate representation of color #7E3DAD: hue angle of 274.82º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E3DAD is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 61 | 173 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.32 |
| HSL | 274.82º | 0.48% | 0.46% | - |
| HSV(B) | 274.82º | 0.65% | 0.68% | - |
| XYZ | 17.82 | 10.79 | 40.68 | - |
| YUV | 93.2 | 173.03 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 61 | 173 | 0.27 | 0.65 | 0 | 0.32 | 274.82 | 0.48 | 0.46 |
| Hex | 7E | 3D | AD | 1B | 41 | 0 | 20 | 113 | 30 | 2E |
| Octal | 176 | 75 | 255 | 33 | 101 | 0 | 40 | 423 | 60 | 56 |
| Binary | 1111110 | 111101 | 10101101 | 11011 | 1000001 | 0 | 100000 | 100010011 | 110000 | 101110 |
Color Harmonies of #7E3DAD
Complementary color
Monochromatic Colors of #7E3DAD
Black with #7E3DAD
Text Example
Text Example
White with #7E3DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3DAD; }
p { color: rgb(126,61,173); }
H1.HeaderClassName
{
color: #7E3DAD;
}
.AnyTagClassName
{
color: #7E3DAD;
}
</style>
background-color css
<style>
a { background-color: #7E3DAD; }
a { background-color: rgb(126,61,173); }
div.DivClassName
{
background-color: #7E3DAD;
}
.BgClassName
{
background-color: #7E3DAD;
}
</style>
border-color css
<style>
span { border-color: #7E3DAD; }
span { border-color: rgb(126,61,173); }
td.TdClassName
{
border-color: #7E3DAD;
}
.TagClassName
{
border-color: #7E3DAD;
}
</style>