Shades of Studio #7C4DAF
Tints of Studio #7C4DAF
RGB
CMYK
RGB Variations
Color information
#7C4DAF (or 0x7C4DAF) is known color: Studio. HEX triplet: 7C, 4D and AF. RGB value is (124,77,175). Sum of RGB (Red+Green+Blue) = 124+77+175=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C4DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C4DAF is #83B250. Grayscale: #656565. Windows color (decimal): -8630865 or 11488636. OLE color: 11488636.
HSL color Cylindrical-coordinate representation of color #7C4DAF: hue angle of 268.78º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C4DAF is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 77 | 175 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.31 |
| HSL | 268.78º | 0.39% | 0.49% | - |
| HSV(B) | 268.78º | 0.56% | 0.69% | - |
| XYZ | 18.7 | 12.69 | 42.02 | - |
| YUV | 102.23 | 169.07 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 77 | 175 | 0.29 | 0.56 | 0 | 0.31 | 268.78 | 0.39 | 0.49 |
| Hex | 7C | 4D | AF | 1D | 38 | 0 | 1F | 10D | 27 | 31 |
| Octal | 174 | 115 | 257 | 35 | 70 | 0 | 37 | 415 | 47 | 61 |
| Binary | 1111100 | 1001101 | 10101111 | 11101 | 111000 | 0 | 11111 | 100001101 | 100111 | 110001 |
Color Harmonies of #7C4DAF
Complementary color
Monochromatic Colors of #7C4DAF
Black with #7C4DAF
Text Example
Text Example
White with #7C4DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4DAF; }
p { color: rgb(124,77,175); }
H1.HeaderClassName
{
color: #7C4DAF;
}
.AnyTagClassName
{
color: #7C4DAF;
}
</style>
background-color css
<style>
a { background-color: #7C4DAF; }
a { background-color: rgb(124,77,175); }
div.DivClassName
{
background-color: #7C4DAF;
}
.BgClassName
{
background-color: #7C4DAF;
}
</style>
border-color css
<style>
span { border-color: #7C4DAF; }
span { border-color: rgb(124,77,175); }
td.TdClassName
{
border-color: #7C4DAF;
}
.TagClassName
{
border-color: #7C4DAF;
}
</style>