Shades of Studio #7E4AC0
Tints of Studio #7E4AC0
RGB
CMYK
RGB Variations
Color information
#7E4AC0 (or 0x7E4AC0) is known color: Studio. HEX triplet: 7E, 4A and C0. RGB value is (126,74,192). Sum of RGB (Red+Green+Blue) = 126+74+192=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #7E4AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4AC0 is #81B53F. Grayscale: #666666. Windows color (decimal): -8500544 or 12601982. OLE color: 12601982.
HSL color Cylindrical-coordinate representation of color #7E4AC0: hue angle of 266.44º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E4AC0 is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 74 | 192 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.25 |
| HSL | 266.44º | 0.48% | 0.52% | - |
| HSV(B) | 266.44º | 0.61% | 0.75% | - |
| XYZ | 20.57 | 13.14 | 51.32 | - |
| YUV | 103 | 178.23 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 74 | 192 | 0.34 | 0.61 | 0 | 0.25 | 266.44 | 0.48 | 0.52 |
| Hex | 7E | 4A | C0 | 22 | 3D | 0 | 19 | 10A | 30 | 34 |
| Octal | 176 | 112 | 300 | 42 | 75 | 0 | 31 | 412 | 60 | 64 |
| Binary | 1111110 | 1001010 | 11000000 | 100010 | 111101 | 0 | 11001 | 100001010 | 110000 | 110100 |
Color Harmonies of #7E4AC0
Complementary color
Monochromatic Colors of #7E4AC0
Black with #7E4AC0
Text Example
Text Example
White with #7E4AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4AC0; }
p { color: rgb(126,74,192); }
H1.HeaderClassName
{
color: #7E4AC0;
}
.AnyTagClassName
{
color: #7E4AC0;
}
</style>
background-color css
<style>
a { background-color: #7E4AC0; }
a { background-color: rgb(126,74,192); }
div.DivClassName
{
background-color: #7E4AC0;
}
.BgClassName
{
background-color: #7E4AC0;
}
</style>
border-color css
<style>
span { border-color: #7E4AC0; }
span { border-color: rgb(126,74,192); }
td.TdClassName
{
border-color: #7E4AC0;
}
.TagClassName
{
border-color: #7E4AC0;
}
</style>