Shades of Studio #7C439F
Tints of Studio #7C439F
RGB
CMYK
RGB Variations
Color information
#7C439F (or 0x7C439F) is known color: Studio. HEX triplet: 7C, 43 and 9F. RGB value is (124,67,159). Sum of RGB (Red+Green+Blue) = 124+67+159=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C439F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C439F is #83BC60. Grayscale: #5E5E5E. Windows color (decimal): -8633441 or 10437500. OLE color: 10437500.
HSL color Cylindrical-coordinate representation of color #7C439F: hue angle of 277.17º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C439F is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 67 | 159 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.38 |
| HSL | 277.17º | 0.41% | 0.44% | - |
| HSV(B) | 277.17º | 0.58% | 0.62% | - |
| XYZ | 16.58 | 10.8 | 34.01 | - |
| YUV | 94.53 | 164.38 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 159 | 0.22 | 0.58 | 0 | 0.38 | 277.17 | 0.41 | 0.44 |
| Hex | 7C | 43 | 9F | 16 | 3A | 0 | 26 | 115 | 29 | 2C |
| Octal | 174 | 103 | 237 | 26 | 72 | 0 | 46 | 425 | 51 | 54 |
| Binary | 1111100 | 1000011 | 10011111 | 10110 | 111010 | 0 | 100110 | 100010101 | 101001 | 101100 |
Color Harmonies of #7C439F
Complementary color
Monochromatic Colors of #7C439F
Black with #7C439F
Text Example
Text Example
White with #7C439F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C439F; }
p { color: rgb(124,67,159); }
H1.HeaderClassName
{
color: #7C439F;
}
.AnyTagClassName
{
color: #7C439F;
}
</style>
background-color css
<style>
a { background-color: #7C439F; }
a { background-color: rgb(124,67,159); }
div.DivClassName
{
background-color: #7C439F;
}
.BgClassName
{
background-color: #7C439F;
}
</style>
border-color css
<style>
span { border-color: #7C439F; }
span { border-color: rgb(124,67,159); }
td.TdClassName
{
border-color: #7C439F;
}
.TagClassName
{
border-color: #7C439F;
}
</style>