Shades of Studio #7E42AC
Tints of Studio #7E42AC
RGB
CMYK
RGB Variations
Color information
#7E42AC (or 0x7E42AC) is known color: Studio. HEX triplet: 7E, 42 and AC. RGB value is (126,66,172). Sum of RGB (Red+Green+Blue) = 126+66+172=364 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.62% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E42AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E42AC is #81BD53. Grayscale: #5F5F5F. Windows color (decimal): -8502612 or 11289214. OLE color: 11289214.
HSL color Cylindrical-coordinate representation of color #7E42AC: hue angle of 273.96º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E42AC is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 66 | 172 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.33 |
| HSL | 273.96º | 0.45% | 0.47% | - |
| HSV(B) | 273.96º | 0.62% | 0.67% | - |
| XYZ | 18 | 11.31 | 40.26 | - |
| YUV | 96.02 | 170.88 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 66 | 172 | 0.27 | 0.62 | 0 | 0.33 | 273.96 | 0.45 | 0.47 |
| Hex | 7E | 42 | AC | 1B | 3E | 0 | 21 | 112 | 2D | 2F |
| Octal | 176 | 102 | 254 | 33 | 76 | 0 | 41 | 422 | 55 | 57 |
| Binary | 1111110 | 1000010 | 10101100 | 11011 | 111110 | 0 | 100001 | 100010010 | 101101 | 101111 |
Color Harmonies of #7E42AC
Complementary color
Monochromatic Colors of #7E42AC
Black with #7E42AC
Text Example
Text Example
White with #7E42AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E42AC; }
p { color: rgb(126,66,172); }
H1.HeaderClassName
{
color: #7E42AC;
}
.AnyTagClassName
{
color: #7E42AC;
}
</style>
background-color css
<style>
a { background-color: #7E42AC; }
a { background-color: rgb(126,66,172); }
div.DivClassName
{
background-color: #7E42AC;
}
.BgClassName
{
background-color: #7E42AC;
}
</style>
border-color css
<style>
span { border-color: #7E42AC; }
span { border-color: rgb(126,66,172); }
td.TdClassName
{
border-color: #7E42AC;
}
.TagClassName
{
border-color: #7E42AC;
}
</style>