Shades of Studio #7C3CB4
Tints of Studio #7C3CB4
RGB
CMYK
RGB Variations
Color information
#7C3CB4 (or 0x7C3CB4) is known color: Studio. HEX triplet: 7C, 3C and B4. RGB value is (124,60,180). Sum of RGB (Red+Green+Blue) = 124+60+180=364 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.07% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 180 (70.70% from 255 or 49.45% from 364); Max value from RGB is 180 - color contains mainly: blue. Hex color #7C3CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3CB4 is #83C34B. Grayscale: #5C5C5C. Windows color (decimal): -8635212 or 11811964. OLE color: 11811964.
HSL color Cylindrical-coordinate representation of color #7C3CB4: hue angle of 272º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C3CB4 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 60 | 180 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.29 |
| HSL | 272º | 0.5% | 0.47% | - |
| HSV(B) | 272º | 0.67% | 0.71% | - |
| XYZ | 18.17 | 10.81 | 44.31 | - |
| YUV | 92.82 | 177.2 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 60 | 180 | 0.31 | 0.67 | 0 | 0.29 | 272 | 0.5 | 0.47 |
| Hex | 7C | 3C | B4 | 1F | 43 | 0 | 1D | 110 | 32 | 2F |
| Octal | 174 | 74 | 264 | 37 | 103 | 0 | 35 | 420 | 62 | 57 |
| Binary | 1111100 | 111100 | 10110100 | 11111 | 1000011 | 0 | 11101 | 100010000 | 110010 | 101111 |
Color Harmonies of #7C3CB4
Complementary color
Monochromatic Colors of #7C3CB4
Black with #7C3CB4
Text Example
Text Example
White with #7C3CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3CB4; }
p { color: rgb(124,60,180); }
H1.HeaderClassName
{
color: #7C3CB4;
}
.AnyTagClassName
{
color: #7C3CB4;
}
</style>
background-color css
<style>
a { background-color: #7C3CB4; }
a { background-color: rgb(124,60,180); }
div.DivClassName
{
background-color: #7C3CB4;
}
.BgClassName
{
background-color: #7C3CB4;
}
</style>
border-color css
<style>
span { border-color: #7C3CB4; }
span { border-color: rgb(124,60,180); }
td.TdClassName
{
border-color: #7C3CB4;
}
.TagClassName
{
border-color: #7C3CB4;
}
</style>