Shades of Studio #7C4EBE
Tints of Studio #7C4EBE
RGB
CMYK
RGB Variations
Color information
#7C4EBE (or 0x7C4EBE) is known color: Studio. HEX triplet: 7C, 4E and BE. RGB value is (124,78,190). Sum of RGB (Red+Green+Blue) = 124+78+190=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C4EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C4EBE is #83B141. Grayscale: #686868. Windows color (decimal): -8630594 or 12471932. OLE color: 12471932.
HSL color Cylindrical-coordinate representation of color #7C4EBE: hue angle of 264.64º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C4EBE is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 78 | 190 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.25 |
| HSL | 264.64º | 0.46% | 0.53% | - |
| HSV(B) | 264.64º | 0.59% | 0.75% | - |
| XYZ | 20.33 | 13.45 | 50.24 | - |
| YUV | 104.52 | 176.24 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 78 | 190 | 0.35 | 0.59 | 0 | 0.25 | 264.64 | 0.46 | 0.53 |
| Hex | 7C | 4E | BE | 23 | 3B | 0 | 19 | 109 | 2E | 35 |
| Octal | 174 | 116 | 276 | 43 | 73 | 0 | 31 | 411 | 56 | 65 |
| Binary | 1111100 | 1001110 | 10111110 | 100011 | 111011 | 0 | 11001 | 100001001 | 101110 | 110101 |
Color Harmonies of #7C4EBE
Complementary color
Monochromatic Colors of #7C4EBE
Black with #7C4EBE
Text Example
Text Example
White with #7C4EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4EBE; }
p { color: rgb(124,78,190); }
H1.HeaderClassName
{
color: #7C4EBE;
}
.AnyTagClassName
{
color: #7C4EBE;
}
</style>
background-color css
<style>
a { background-color: #7C4EBE; }
a { background-color: rgb(124,78,190); }
div.DivClassName
{
background-color: #7C4EBE;
}
.BgClassName
{
background-color: #7C4EBE;
}
</style>
border-color css
<style>
span { border-color: #7C4EBE; }
span { border-color: rgb(124,78,190); }
td.TdClassName
{
border-color: #7C4EBE;
}
.TagClassName
{
border-color: #7C4EBE;
}
</style>