Shades of Studio #7C419E
Tints of Studio #7C419E
RGB
CMYK
RGB Variations
Color information
#7C419E (or 0x7C419E) is known color: Studio. HEX triplet: 7C, 41 and 9E. RGB value is (124,65,158). Sum of RGB (Red+Green+Blue) = 124+65+158=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #7C419E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C419E is #83BE61. Grayscale: #5C5C5C. Windows color (decimal): -8633954 or 10371452. OLE color: 10371452.
HSL color Cylindrical-coordinate representation of color #7C419E: hue angle of 278.06º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C419E is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 65 | 158 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.38 |
| HSL | 278.06º | 0.42% | 0.44% | - |
| HSV(B) | 278.06º | 0.59% | 0.62% | - |
| XYZ | 16.37 | 10.53 | 33.52 | - |
| YUV | 93.24 | 164.55 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 65 | 158 | 0.22 | 0.59 | 0 | 0.38 | 278.06 | 0.42 | 0.44 |
| Hex | 7C | 41 | 9E | 16 | 3B | 0 | 26 | 116 | 2A | 2C |
| Octal | 174 | 101 | 236 | 26 | 73 | 0 | 46 | 426 | 52 | 54 |
| Binary | 1111100 | 1000001 | 10011110 | 10110 | 111011 | 0 | 100110 | 100010110 | 101010 | 101100 |
Color Harmonies of #7C419E
Complementary color
Monochromatic Colors of #7C419E
Black with #7C419E
Text Example
Text Example
White with #7C419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C419E; }
p { color: rgb(124,65,158); }
H1.HeaderClassName
{
color: #7C419E;
}
.AnyTagClassName
{
color: #7C419E;
}
</style>
background-color css
<style>
a { background-color: #7C419E; }
a { background-color: rgb(124,65,158); }
div.DivClassName
{
background-color: #7C419E;
}
.BgClassName
{
background-color: #7C419E;
}
</style>
border-color css
<style>
span { border-color: #7C419E; }
span { border-color: rgb(124,65,158); }
td.TdClassName
{
border-color: #7C419E;
}
.TagClassName
{
border-color: #7C419E;
}
</style>