Shades of Studio #7C4ABA
Tints of Studio #7C4ABA
RGB
CMYK
RGB Variations
Color information
#7C4ABA (or 0x7C4ABA) is known color: Studio. HEX triplet: 7C, 4A and BA. RGB value is (124,74,186). Sum of RGB (Red+Green+Blue) = 124+74+186=384 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.29% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C4ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C4ABA is #83B545. Grayscale: #656565. Windows color (decimal): -8631622 or 12208764. OLE color: 12208764.
HSL color Cylindrical-coordinate representation of color #7C4ABA: hue angle of 266.79º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C4ABA is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 74 | 186 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.27 |
| HSL | 266.79º | 0.45% | 0.51% | - |
| HSV(B) | 266.79º | 0.6% | 0.73% | - |
| XYZ | 19.62 | 12.73 | 47.88 | - |
| YUV | 101.72 | 175.57 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 74 | 186 | 0.33 | 0.60 | 0 | 0.27 | 266.79 | 0.45 | 0.51 |
| Hex | 7C | 4A | BA | 21 | 3C | 0 | 1B | 10B | 2D | 33 |
| Octal | 174 | 112 | 272 | 41 | 74 | 0 | 33 | 413 | 55 | 63 |
| Binary | 1111100 | 1001010 | 10111010 | 100001 | 111100 | 0 | 11011 | 100001011 | 101101 | 110011 |
Color Harmonies of #7C4ABA
Complementary color
Monochromatic Colors of #7C4ABA
Black with #7C4ABA
Text Example
Text Example
White with #7C4ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4ABA; }
p { color: rgb(124,74,186); }
H1.HeaderClassName
{
color: #7C4ABA;
}
.AnyTagClassName
{
color: #7C4ABA;
}
</style>
background-color css
<style>
a { background-color: #7C4ABA; }
a { background-color: rgb(124,74,186); }
div.DivClassName
{
background-color: #7C4ABA;
}
.BgClassName
{
background-color: #7C4ABA;
}
</style>
border-color css
<style>
span { border-color: #7C4ABA; }
span { border-color: rgb(124,74,186); }
td.TdClassName
{
border-color: #7C4ABA;
}
.TagClassName
{
border-color: #7C4ABA;
}
</style>