Shades of Studio #7C439C
Tints of Studio #7C439C
RGB
CMYK
RGB Variations
Color information
#7C439C (or 0x7C439C) is known color: Studio. HEX triplet: 7C, 43 and 9C. RGB value is (124,67,156). Sum of RGB (Red+Green+Blue) = 124+67+156=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #7C439C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C439C is #83BC63. Grayscale: #5D5D5D. Windows color (decimal): -8633444 or 10240892. OLE color: 10240892.
HSL color Cylindrical-coordinate representation of color #7C439C: hue angle of 278.43º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C439C is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 67 | 156 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.39 |
| HSL | 278.43º | 0.4% | 0.44% | - |
| HSV(B) | 278.43º | 0.57% | 0.61% | - |
| XYZ | 16.32 | 10.7 | 32.66 | - |
| YUV | 94.19 | 162.88 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 156 | 0.21 | 0.57 | 0 | 0.39 | 278.43 | 0.4 | 0.44 |
| Hex | 7C | 43 | 9C | 15 | 39 | 0 | 27 | 116 | 28 | 2C |
| Octal | 174 | 103 | 234 | 25 | 71 | 0 | 47 | 426 | 50 | 54 |
| Binary | 1111100 | 1000011 | 10011100 | 10101 | 111001 | 0 | 100111 | 100010110 | 101000 | 101100 |
Color Harmonies of #7C439C
Complementary color
Monochromatic Colors of #7C439C
Black with #7C439C
Text Example
Text Example
White with #7C439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C439C; }
p { color: rgb(124,67,156); }
H1.HeaderClassName
{
color: #7C439C;
}
.AnyTagClassName
{
color: #7C439C;
}
</style>
background-color css
<style>
a { background-color: #7C439C; }
a { background-color: rgb(124,67,156); }
div.DivClassName
{
background-color: #7C439C;
}
.BgClassName
{
background-color: #7C439C;
}
</style>
border-color css
<style>
span { border-color: #7C439C; }
span { border-color: rgb(124,67,156); }
td.TdClassName
{
border-color: #7C439C;
}
.TagClassName
{
border-color: #7C439C;
}
</style>