Shades of Studio #7E3AAC
Tints of Studio #7E3AAC
RGB
CMYK
RGB Variations
Color information
#7E3AAC (or 0x7E3AAC) is known color: Studio. HEX triplet: 7E, 3A and AC. RGB value is (126,58,172). Sum of RGB (Red+Green+Blue) = 126+58+172=356 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.39% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E3AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3AAC is #81C553. Grayscale: #5A5A5A. Windows color (decimal): -8504660 or 11287166. OLE color: 11287166.
HSL color Cylindrical-coordinate representation of color #7E3AAC: hue angle of 275.79º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E3AAC is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 58 | 172 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.33 |
| HSL | 275.79º | 0.5% | 0.45% | - |
| HSV(B) | 275.79º | 0.66% | 0.67% | - |
| XYZ | 17.56 | 10.44 | 40.12 | - |
| YUV | 91.33 | 173.53 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 58 | 172 | 0.27 | 0.66 | 0 | 0.33 | 275.79 | 0.5 | 0.45 |
| Hex | 7E | 3A | AC | 1B | 42 | 0 | 21 | 114 | 32 | 2D |
| Octal | 176 | 72 | 254 | 33 | 102 | 0 | 41 | 424 | 62 | 55 |
| Binary | 1111110 | 111010 | 10101100 | 11011 | 1000010 | 0 | 100001 | 100010100 | 110010 | 101101 |
Color Harmonies of #7E3AAC
Complementary color
Monochromatic Colors of #7E3AAC
Black with #7E3AAC
Text Example
Text Example
White with #7E3AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3AAC; }
p { color: rgb(126,58,172); }
H1.HeaderClassName
{
color: #7E3AAC;
}
.AnyTagClassName
{
color: #7E3AAC;
}
</style>
background-color css
<style>
a { background-color: #7E3AAC; }
a { background-color: rgb(126,58,172); }
div.DivClassName
{
background-color: #7E3AAC;
}
.BgClassName
{
background-color: #7E3AAC;
}
</style>
border-color css
<style>
span { border-color: #7E3AAC; }
span { border-color: rgb(126,58,172); }
td.TdClassName
{
border-color: #7E3AAC;
}
.TagClassName
{
border-color: #7E3AAC;
}
</style>