Shades of Studio #7C4EAF
Tints of Studio #7C4EAF
RGB
CMYK
RGB Variations
Color information
#7C4EAF (or 0x7C4EAF) is known color: Studio. HEX triplet: 7C, 4E and AF. RGB value is (124,78,175). Sum of RGB (Red+Green+Blue) = 124+78+175=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C4EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C4EAF is #83B150. Grayscale: #666666. Windows color (decimal): -8630609 or 11488892. OLE color: 11488892.
HSL color Cylindrical-coordinate representation of color #7C4EAF: hue angle of 268.45º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C4EAF is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 78 | 175 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.31 |
| HSL | 268.45º | 0.38% | 0.5% | - |
| HSV(B) | 268.45º | 0.55% | 0.69% | - |
| XYZ | 18.77 | 12.83 | 42.04 | - |
| YUV | 102.81 | 168.74 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 78 | 175 | 0.29 | 0.55 | 0 | 0.31 | 268.45 | 0.38 | 0.5 |
| Hex | 7C | 4E | AF | 1D | 37 | 0 | 1F | 10C | 26 | 32 |
| Octal | 174 | 116 | 257 | 35 | 67 | 0 | 37 | 414 | 46 | 62 |
| Binary | 1111100 | 1001110 | 10101111 | 11101 | 110111 | 0 | 11111 | 100001100 | 100110 | 110010 |
Color Harmonies of #7C4EAF
Complementary color
Monochromatic Colors of #7C4EAF
Black with #7C4EAF
Text Example
Text Example
White with #7C4EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4EAF; }
p { color: rgb(124,78,175); }
H1.HeaderClassName
{
color: #7C4EAF;
}
.AnyTagClassName
{
color: #7C4EAF;
}
</style>
background-color css
<style>
a { background-color: #7C4EAF; }
a { background-color: rgb(124,78,175); }
div.DivClassName
{
background-color: #7C4EAF;
}
.BgClassName
{
background-color: #7C4EAF;
}
</style>
border-color css
<style>
span { border-color: #7C4EAF; }
span { border-color: rgb(124,78,175); }
td.TdClassName
{
border-color: #7C4EAF;
}
.TagClassName
{
border-color: #7C4EAF;
}
</style>