Shades of Studio #7C3FBC
Tints of Studio #7C3FBC
RGB
CMYK
RGB Variations
Color information
#7C3FBC (or 0x7C3FBC) is known color: Studio. HEX triplet: 7C, 3F and BC. RGB value is (124,63,188). Sum of RGB (Red+Green+Blue) = 124+63+188=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C3FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3FBC is #83C043. Grayscale: #5F5F5F. Windows color (decimal): -8634436 or 12337020. OLE color: 12337020.
HSL color Cylindrical-coordinate representation of color #7C3FBC: hue angle of 269.28º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C3FBC is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 63 | 188 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.26 |
| HSL | 269.28º | 0.5% | 0.49% | - |
| HSV(B) | 269.28º | 0.66% | 0.74% | - |
| XYZ | 19.17 | 11.47 | 48.78 | - |
| YUV | 95.49 | 180.21 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 63 | 188 | 0.34 | 0.66 | 0 | 0.26 | 269.28 | 0.5 | 0.49 |
| Hex | 7C | 3F | BC | 22 | 42 | 0 | 1A | 10D | 32 | 31 |
| Octal | 174 | 77 | 274 | 42 | 102 | 0 | 32 | 415 | 62 | 61 |
| Binary | 1111100 | 111111 | 10111100 | 100010 | 1000010 | 0 | 11010 | 100001101 | 110010 | 110001 |
Color Harmonies of #7C3FBC
Complementary color
Monochromatic Colors of #7C3FBC
Black with #7C3FBC
Text Example
Text Example
White with #7C3FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3FBC; }
p { color: rgb(124,63,188); }
H1.HeaderClassName
{
color: #7C3FBC;
}
.AnyTagClassName
{
color: #7C3FBC;
}
</style>
background-color css
<style>
a { background-color: #7C3FBC; }
a { background-color: rgb(124,63,188); }
div.DivClassName
{
background-color: #7C3FBC;
}
.BgClassName
{
background-color: #7C3FBC;
}
</style>
border-color css
<style>
span { border-color: #7C3FBC; }
span { border-color: rgb(124,63,188); }
td.TdClassName
{
border-color: #7C3FBC;
}
.TagClassName
{
border-color: #7C3FBC;
}
</style>