Shades of Studio #7C5AAF
Tints of Studio #7C5AAF
RGB
CMYK
RGB Variations
Color information
#7C5AAF (or 0x7C5AAF) is known color: Studio. HEX triplet: 7C, 5A and AF. RGB value is (124,90,175). Sum of RGB (Red+Green+Blue) = 124+90+175=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C5AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5AAF is #83A550. Grayscale: #6D6D6D. Windows color (decimal): -8627537 or 11491964. OLE color: 11491964.
HSL color Cylindrical-coordinate representation of color #7C5AAF: hue angle of 264º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C5AAF is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 90 | 175 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.31 |
| HSL | 264º | 0.35% | 0.52% | - |
| HSV(B) | 264º | 0.49% | 0.69% | - |
| XYZ | 19.71 | 14.69 | 42.35 | - |
| YUV | 109.86 | 164.76 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 90 | 175 | 0.29 | 0.49 | 0 | 0.31 | 264 | 0.35 | 0.52 |
| Hex | 7C | 5A | AF | 1D | 31 | 0 | 1F | 108 | 23 | 34 |
| Octal | 174 | 132 | 257 | 35 | 61 | 0 | 37 | 410 | 43 | 64 |
| Binary | 1111100 | 1011010 | 10101111 | 11101 | 110001 | 0 | 11111 | 100001000 | 100011 | 110100 |
Color Harmonies of #7C5AAF
Complementary color
Monochromatic Colors of #7C5AAF
Black with #7C5AAF
Text Example
Text Example
White with #7C5AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5AAF; }
p { color: rgb(124,90,175); }
H1.HeaderClassName
{
color: #7C5AAF;
}
.AnyTagClassName
{
color: #7C5AAF;
}
</style>
background-color css
<style>
a { background-color: #7C5AAF; }
a { background-color: rgb(124,90,175); }
div.DivClassName
{
background-color: #7C5AAF;
}
.BgClassName
{
background-color: #7C5AAF;
}
</style>
border-color css
<style>
span { border-color: #7C5AAF; }
span { border-color: rgb(124,90,175); }
td.TdClassName
{
border-color: #7C5AAF;
}
.TagClassName
{
border-color: #7C5AAF;
}
</style>