Shades of Studio #7C3CB7
Tints of Studio #7C3CB7
RGB
CMYK
RGB Variations
Color information
#7C3CB7 (or 0x7C3CB7) is known color: Studio. HEX triplet: 7C, 3C and B7. RGB value is (124,60,183). Sum of RGB (Red+Green+Blue) = 124+60+183=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 183 (71.88% from 255 or 49.86% from 367); Max value from RGB is 183 - color contains mainly: blue. Hex color #7C3CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3CB7 is #83C348. Grayscale: #5C5C5C. Windows color (decimal): -8635209 or 12008572. OLE color: 12008572.
HSL color Cylindrical-coordinate representation of color #7C3CB7: hue angle of 271.22º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C3CB7 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 60 | 183 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.28 |
| HSL | 271.22º | 0.51% | 0.48% | - |
| HSV(B) | 271.22º | 0.67% | 0.72% | - |
| XYZ | 18.48 | 10.94 | 45.94 | - |
| YUV | 93.16 | 178.7 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 60 | 183 | 0.32 | 0.67 | 0 | 0.28 | 271.22 | 0.51 | 0.48 |
| Hex | 7C | 3C | B7 | 20 | 43 | 0 | 1C | 10F | 33 | 30 |
| Octal | 174 | 74 | 267 | 40 | 103 | 0 | 34 | 417 | 63 | 60 |
| Binary | 1111100 | 111100 | 10110111 | 100000 | 1000011 | 0 | 11100 | 100001111 | 110011 | 110000 |
Color Harmonies of #7C3CB7
Complementary color
Monochromatic Colors of #7C3CB7
Black with #7C3CB7
Text Example
Text Example
White with #7C3CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3CB7; }
p { color: rgb(124,60,183); }
H1.HeaderClassName
{
color: #7C3CB7;
}
.AnyTagClassName
{
color: #7C3CB7;
}
</style>
background-color css
<style>
a { background-color: #7C3CB7; }
a { background-color: rgb(124,60,183); }
div.DivClassName
{
background-color: #7C3CB7;
}
.BgClassName
{
background-color: #7C3CB7;
}
</style>
border-color css
<style>
span { border-color: #7C3CB7; }
span { border-color: rgb(124,60,183); }
td.TdClassName
{
border-color: #7C3CB7;
}
.TagClassName
{
border-color: #7C3CB7;
}
</style>