Shades of Studio #7E4EA7
Tints of Studio #7E4EA7
RGB
CMYK
RGB Variations
Color information
#7E4EA7 (or 0x7E4EA7) is known color: Studio. HEX triplet: 7E, 4E and A7. RGB value is (126,78,167). Sum of RGB (Red+Green+Blue) = 126+78+167=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 167 - color contains mainly: blue. Hex color #7E4EA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E4EA7 is #81B158. Grayscale: #666666. Windows color (decimal): -8499545 or 10964606. OLE color: 10964606.
HSL color Cylindrical-coordinate representation of color #7E4EA7: hue angle of 272.36º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E4EA7 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 78 | 167 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.35 |
| HSL | 272.36º | 0.36% | 0.48% | - |
| HSV(B) | 272.36º | 0.53% | 0.65% | - |
| XYZ | 18.3 | 12.67 | 38.04 | - |
| YUV | 102.5 | 164.4 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 78 | 167 | 0.25 | 0.53 | 0 | 0.35 | 272.36 | 0.36 | 0.48 |
| Hex | 7E | 4E | A7 | 19 | 35 | 0 | 23 | 110 | 24 | 30 |
| Octal | 176 | 116 | 247 | 31 | 65 | 0 | 43 | 420 | 44 | 60 |
| Binary | 1111110 | 1001110 | 10100111 | 11001 | 110101 | 0 | 100011 | 100010000 | 100100 | 110000 |
Color Harmonies of #7E4EA7
Complementary color
Monochromatic Colors of #7E4EA7
Black with #7E4EA7
Text Example
Text Example
White with #7E4EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4EA7; }
p { color: rgb(126,78,167); }
H1.HeaderClassName
{
color: #7E4EA7;
}
.AnyTagClassName
{
color: #7E4EA7;
}
</style>
background-color css
<style>
a { background-color: #7E4EA7; }
a { background-color: rgb(126,78,167); }
div.DivClassName
{
background-color: #7E4EA7;
}
.BgClassName
{
background-color: #7E4EA7;
}
</style>
border-color css
<style>
span { border-color: #7E4EA7; }
span { border-color: rgb(126,78,167); }
td.TdClassName
{
border-color: #7E4EA7;
}
.TagClassName
{
border-color: #7E4EA7;
}
</style>