Shades of Studio #7C3EBA
Tints of Studio #7C3EBA
RGB
CMYK
RGB Variations
Color information
#7C3EBA (or 0x7C3EBA) is known color: Studio. HEX triplet: 7C, 3E and BA. RGB value is (124,62,186). Sum of RGB (Red+Green+Blue) = 124+62+186=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C3EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3EBA is #83C145. Grayscale: #5E5E5E. Windows color (decimal): -8634694 or 12205692. OLE color: 12205692.
HSL color Cylindrical-coordinate representation of color #7C3EBA: hue angle of 270º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C3EBA is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 62 | 186 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.27 |
| HSL | 270º | 0.5% | 0.49% | - |
| HSV(B) | 270º | 0.67% | 0.73% | - |
| XYZ | 18.9 | 11.28 | 47.63 | - |
| YUV | 94.67 | 179.54 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 62 | 186 | 0.33 | 0.67 | 0 | 0.27 | 270 | 0.5 | 0.49 |
| Hex | 7C | 3E | BA | 21 | 43 | 0 | 1B | 10E | 32 | 31 |
| Octal | 174 | 76 | 272 | 41 | 103 | 0 | 33 | 416 | 62 | 61 |
| Binary | 1111100 | 111110 | 10111010 | 100001 | 1000011 | 0 | 11011 | 100001110 | 110010 | 110001 |
Color Harmonies of #7C3EBA
Complementary color
Monochromatic Colors of #7C3EBA
Black with #7C3EBA
Text Example
Text Example
White with #7C3EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3EBA; }
p { color: rgb(124,62,186); }
H1.HeaderClassName
{
color: #7C3EBA;
}
.AnyTagClassName
{
color: #7C3EBA;
}
</style>
background-color css
<style>
a { background-color: #7C3EBA; }
a { background-color: rgb(124,62,186); }
div.DivClassName
{
background-color: #7C3EBA;
}
.BgClassName
{
background-color: #7C3EBA;
}
</style>
border-color css
<style>
span { border-color: #7C3EBA; }
span { border-color: rgb(124,62,186); }
td.TdClassName
{
border-color: #7C3EBA;
}
.TagClassName
{
border-color: #7C3EBA;
}
</style>