Shades of Studio #7E51AA
Tints of Studio #7E51AA
RGB
CMYK
RGB Variations
Color information
#7E51AA (or 0x7E51AA) is known color: Studio. HEX triplet: 7E, 51 and AA. RGB value is (126,81,170). Sum of RGB (Red+Green+Blue) = 126+81+170=377 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.42% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E51AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E51AA is #81AE55. Grayscale: #686868. Windows color (decimal): -8498774 or 11161982. OLE color: 11161982.
HSL color Cylindrical-coordinate representation of color #7E51AA: hue angle of 270.34º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E51AA is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 81 | 170 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.33 |
| HSL | 270.34º | 0.35% | 0.49% | - |
| HSV(B) | 270.34º | 0.52% | 0.67% | - |
| XYZ | 18.8 | 13.22 | 39.59 | - |
| YUV | 104.6 | 164.91 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 81 | 170 | 0.26 | 0.52 | 0 | 0.33 | 270.34 | 0.35 | 0.49 |
| Hex | 7E | 51 | AA | 1A | 34 | 0 | 21 | 10E | 23 | 31 |
| Octal | 176 | 121 | 252 | 32 | 64 | 0 | 41 | 416 | 43 | 61 |
| Binary | 1111110 | 1010001 | 10101010 | 11010 | 110100 | 0 | 100001 | 100001110 | 100011 | 110001 |
Color Harmonies of #7E51AA
Complementary color
Monochromatic Colors of #7E51AA
Black with #7E51AA
Text Example
Text Example
White with #7E51AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E51AA; }
p { color: rgb(126,81,170); }
H1.HeaderClassName
{
color: #7E51AA;
}
.AnyTagClassName
{
color: #7E51AA;
}
</style>
background-color css
<style>
a { background-color: #7E51AA; }
a { background-color: rgb(126,81,170); }
div.DivClassName
{
background-color: #7E51AA;
}
.BgClassName
{
background-color: #7E51AA;
}
</style>
border-color css
<style>
span { border-color: #7E51AA; }
span { border-color: rgb(126,81,170); }
td.TdClassName
{
border-color: #7E51AA;
}
.TagClassName
{
border-color: #7E51AA;
}
</style>