Shades of Studio #7D5AA3
Tints of Studio #7D5AA3
RGB
CMYK
RGB Variations
Color information
#7D5AA3 (or 0x7D5AA3) is known color: Studio. HEX triplet: 7D, 5A and A3. RGB value is (125,90,163). Sum of RGB (Red+Green+Blue) = 125+90+163=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 163 (64.06% from 255 or 43.12% from 378); Max value from RGB is 163 - color contains mainly: blue. Hex color #7D5AA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5AA3 is #82A55C. Grayscale: #6C6C6C. Windows color (decimal): -8562013 or 10705533. OLE color: 10705533.
HSL color Cylindrical-coordinate representation of color #7D5AA3: hue angle of 268.77º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D5AA3 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 90 | 163 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.36 |
| HSL | 268.77º | 0.29% | 0.5% | - |
| HSV(B) | 268.77º | 0.45% | 0.64% | - |
| XYZ | 18.72 | 14.32 | 36.43 | - |
| YUV | 108.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 90 | 163 | 0.23 | 0.45 | 0 | 0.36 | 268.77 | 0.29 | 0.5 |
| Hex | 7D | 5A | A3 | 17 | 2D | 0 | 24 | 10D | 1D | 32 |
| Octal | 175 | 132 | 243 | 27 | 55 | 0 | 44 | 415 | 35 | 62 |
| Binary | 1111101 | 1011010 | 10100011 | 10111 | 101101 | 0 | 100100 | 100001101 | 11101 | 110010 |
Color Harmonies of #7D5AA3
Complementary color
Monochromatic Colors of #7D5AA3
Black with #7D5AA3
Text Example
Text Example
White with #7D5AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5AA3; }
p { color: rgb(125,90,163); }
H1.HeaderClassName
{
color: #7D5AA3;
}
.AnyTagClassName
{
color: #7D5AA3;
}
</style>
background-color css
<style>
a { background-color: #7D5AA3; }
a { background-color: rgb(125,90,163); }
div.DivClassName
{
background-color: #7D5AA3;
}
.BgClassName
{
background-color: #7D5AA3;
}
</style>
border-color css
<style>
span { border-color: #7D5AA3; }
span { border-color: rgb(125,90,163); }
td.TdClassName
{
border-color: #7D5AA3;
}
.TagClassName
{
border-color: #7D5AA3;
}
</style>