Shades of Studio #7C3EAF
Tints of Studio #7C3EAF
RGB
CMYK
RGB Variations
Color information
#7C3EAF (or 0x7C3EAF) is known color: Studio. HEX triplet: 7C, 3E and AF. RGB value is (124,62,175). Sum of RGB (Red+Green+Blue) = 124+62+175=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C3EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3EAF is #83C150. Grayscale: #5D5D5D. Windows color (decimal): -8634705 or 11484796. OLE color: 11484796.
HSL color Cylindrical-coordinate representation of color #7C3EAF: hue angle of 272.92º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C3EAF is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 62 | 175 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.31 |
| HSL | 272.92º | 0.48% | 0.46% | - |
| HSV(B) | 272.92º | 0.65% | 0.69% | - |
| XYZ | 17.77 | 10.83 | 41.71 | - |
| YUV | 93.42 | 174.04 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 62 | 175 | 0.29 | 0.65 | 0 | 0.31 | 272.92 | 0.48 | 0.46 |
| Hex | 7C | 3E | AF | 1D | 41 | 0 | 1F | 111 | 30 | 2E |
| Octal | 174 | 76 | 257 | 35 | 101 | 0 | 37 | 421 | 60 | 56 |
| Binary | 1111100 | 111110 | 10101111 | 11101 | 1000001 | 0 | 11111 | 100010001 | 110000 | 101110 |
Color Harmonies of #7C3EAF
Complementary color
Monochromatic Colors of #7C3EAF
Black with #7C3EAF
Text Example
Text Example
White with #7C3EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3EAF; }
p { color: rgb(124,62,175); }
H1.HeaderClassName
{
color: #7C3EAF;
}
.AnyTagClassName
{
color: #7C3EAF;
}
</style>
background-color css
<style>
a { background-color: #7C3EAF; }
a { background-color: rgb(124,62,175); }
div.DivClassName
{
background-color: #7C3EAF;
}
.BgClassName
{
background-color: #7C3EAF;
}
</style>
border-color css
<style>
span { border-color: #7C3EAF; }
span { border-color: rgb(124,62,175); }
td.TdClassName
{
border-color: #7C3EAF;
}
.TagClassName
{
border-color: #7C3EAF;
}
</style>