Shades of Studio #7A5C99
Tints of Studio #7A5C99
RGB
CMYK
RGB Variations
Color information
#7A5C99 (or 0x7A5C99) is known color: Studio. HEX triplet: 7A, 5C and 99. RGB value is (122,92,153). Sum of RGB (Red+Green+Blue) = 122+92+153=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A5C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5C99 is #85A366. Grayscale: #6B6B6B. Windows color (decimal): -8758119 or 10050682. OLE color: 10050682.
HSL color Cylindrical-coordinate representation of color #7A5C99: hue angle of 269.51º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A5C99 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 122 | 92 | 153 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.4 |
| HSL | 269.51º | 0.25% | 0.48% | - |
| HSV(B) | 269.51º | 0.4% | 0.6% | - |
| XYZ | 17.6 | 14.09 | 31.93 | - |
| YUV | 107.92 | 153.44 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 92 | 153 | 0.20 | 0.40 | 0 | 0.4 | 269.51 | 0.25 | 0.48 |
| Hex | 7A | 5C | 99 | 14 | 28 | 0 | 28 | 10E | 19 | 30 |
| Octal | 172 | 134 | 231 | 24 | 50 | 0 | 50 | 416 | 31 | 60 |
| Binary | 1111010 | 1011100 | 10011001 | 10100 | 101000 | 0 | 101000 | 100001110 | 11001 | 110000 |
Color Harmonies of #7A5C99
Complementary color
Monochromatic Colors of #7A5C99
Black with #7A5C99
Text Example
Text Example
White with #7A5C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5C99; }
p { color: rgb(122,92,153); }
H1.HeaderClassName
{
color: #7A5C99;
}
.AnyTagClassName
{
color: #7A5C99;
}
</style>
background-color css
<style>
a { background-color: #7A5C99; }
a { background-color: rgb(122,92,153); }
div.DivClassName
{
background-color: #7A5C99;
}
.BgClassName
{
background-color: #7A5C99;
}
</style>
border-color css
<style>
span { border-color: #7A5C99; }
span { border-color: rgb(122,92,153); }
td.TdClassName
{
border-color: #7A5C99;
}
.TagClassName
{
border-color: #7A5C99;
}
</style>