Shades of Studio #7C4FBA
Tints of Studio #7C4FBA
RGB
CMYK
RGB Variations
Color information
#7C4FBA (or 0x7C4FBA) is known color: Studio. HEX triplet: 7C, 4F and BA. RGB value is (124,79,186). Sum of RGB (Red+Green+Blue) = 124+79+186=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C4FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C4FBA is #83B045. Grayscale: #686868. Windows color (decimal): -8630342 or 12210044. OLE color: 12210044.
HSL color Cylindrical-coordinate representation of color #7C4FBA: hue angle of 265.23º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C4FBA is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 79 | 186 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.27 |
| HSL | 265.23º | 0.44% | 0.52% | - |
| HSV(B) | 265.23º | 0.58% | 0.73% | - |
| XYZ | 19.97 | 13.42 | 47.99 | - |
| YUV | 104.65 | 173.91 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 79 | 186 | 0.33 | 0.58 | 0 | 0.27 | 265.23 | 0.44 | 0.52 |
| Hex | 7C | 4F | BA | 21 | 3A | 0 | 1B | 109 | 2C | 34 |
| Octal | 174 | 117 | 272 | 41 | 72 | 0 | 33 | 411 | 54 | 64 |
| Binary | 1111100 | 1001111 | 10111010 | 100001 | 111010 | 0 | 11011 | 100001001 | 101100 | 110100 |
Color Harmonies of #7C4FBA
Complementary color
Monochromatic Colors of #7C4FBA
Black with #7C4FBA
Text Example
Text Example
White with #7C4FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4FBA; }
p { color: rgb(124,79,186); }
H1.HeaderClassName
{
color: #7C4FBA;
}
.AnyTagClassName
{
color: #7C4FBA;
}
</style>
background-color css
<style>
a { background-color: #7C4FBA; }
a { background-color: rgb(124,79,186); }
div.DivClassName
{
background-color: #7C4FBA;
}
.BgClassName
{
background-color: #7C4FBA;
}
</style>
border-color css
<style>
span { border-color: #7C4FBA; }
span { border-color: rgb(124,79,186); }
td.TdClassName
{
border-color: #7C4FBA;
}
.TagClassName
{
border-color: #7C4FBA;
}
</style>