Shades of Studio #7C58AE
Tints of Studio #7C58AE
RGB
CMYK
RGB Variations
Color information
#7C58AE (or 0x7C58AE) is known color: Studio. HEX triplet: 7C, 58 and AE. RGB value is (124,88,174). Sum of RGB (Red+Green+Blue) = 124+88+174=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C58AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C58AE is #83A751. Grayscale: #6C6C6C. Windows color (decimal): -8628050 or 11425916. OLE color: 11425916.
HSL color Cylindrical-coordinate representation of color #7C58AE: hue angle of 265.12º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C58AE is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 88 | 174 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.32 |
| HSL | 265.12º | 0.35% | 0.51% | - |
| HSV(B) | 265.12º | 0.49% | 0.68% | - |
| XYZ | 19.44 | 14.32 | 41.78 | - |
| YUV | 108.57 | 164.93 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 174 | 0.29 | 0.49 | 0 | 0.32 | 265.12 | 0.35 | 0.51 |
| Hex | 7C | 58 | AE | 1D | 31 | 0 | 20 | 109 | 23 | 33 |
| Octal | 174 | 130 | 256 | 35 | 61 | 0 | 40 | 411 | 43 | 63 |
| Binary | 1111100 | 1011000 | 10101110 | 11101 | 110001 | 0 | 100000 | 100001001 | 100011 | 110011 |
Color Harmonies of #7C58AE
Complementary color
Monochromatic Colors of #7C58AE
Black with #7C58AE
Text Example
Text Example
White with #7C58AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C58AE; }
p { color: rgb(124,88,174); }
H1.HeaderClassName
{
color: #7C58AE;
}
.AnyTagClassName
{
color: #7C58AE;
}
</style>
background-color css
<style>
a { background-color: #7C58AE; }
a { background-color: rgb(124,88,174); }
div.DivClassName
{
background-color: #7C58AE;
}
.BgClassName
{
background-color: #7C58AE;
}
</style>
border-color css
<style>
span { border-color: #7C58AE; }
span { border-color: rgb(124,88,174); }
td.TdClassName
{
border-color: #7C58AE;
}
.TagClassName
{
border-color: #7C58AE;
}
</style>