Shades of Studio #7E50AA
Tints of Studio #7E50AA
RGB
CMYK
RGB Variations
Color information
#7E50AA (or 0x7E50AA) is known color: Studio. HEX triplet: 7E, 50 and AA. RGB value is (126,80,170). Sum of RGB (Red+Green+Blue) = 126+80+170=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E50AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E50AA is #81AF55. Grayscale: #676767. Windows color (decimal): -8499030 or 11161726. OLE color: 11161726.
HSL color Cylindrical-coordinate representation of color #7E50AA: hue angle of 270.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E50AA is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 80 | 170 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.33 |
| HSL | 270.67º | 0.36% | 0.49% | - |
| HSV(B) | 270.67º | 0.53% | 0.67% | - |
| XYZ | 18.73 | 13.08 | 39.57 | - |
| YUV | 104.01 | 165.24 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 80 | 170 | 0.26 | 0.53 | 0 | 0.33 | 270.67 | 0.36 | 0.49 |
| Hex | 7E | 50 | AA | 1A | 35 | 0 | 21 | 10F | 24 | 31 |
| Octal | 176 | 120 | 252 | 32 | 65 | 0 | 41 | 417 | 44 | 61 |
| Binary | 1111110 | 1010000 | 10101010 | 11010 | 110101 | 0 | 100001 | 100001111 | 100100 | 110001 |
Color Harmonies of #7E50AA
Complementary color
Monochromatic Colors of #7E50AA
Black with #7E50AA
Text Example
Text Example
White with #7E50AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E50AA; }
p { color: rgb(126,80,170); }
H1.HeaderClassName
{
color: #7E50AA;
}
.AnyTagClassName
{
color: #7E50AA;
}
</style>
background-color css
<style>
a { background-color: #7E50AA; }
a { background-color: rgb(126,80,170); }
div.DivClassName
{
background-color: #7E50AA;
}
.BgClassName
{
background-color: #7E50AA;
}
</style>
border-color css
<style>
span { border-color: #7E50AA; }
span { border-color: rgb(126,80,170); }
td.TdClassName
{
border-color: #7E50AA;
}
.TagClassName
{
border-color: #7E50AA;
}
</style>