Shades of Studio #7D5AA7
Tints of Studio #7D5AA7
RGB
CMYK
RGB Variations
Color information
#7D5AA7 (or 0x7D5AA7) is known color: Studio. HEX triplet: 7D, 5A and A7. RGB value is (125,90,167). Sum of RGB (Red+Green+Blue) = 125+90+167=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 167 (65.62% from 255 or 43.72% from 382); Max value from RGB is 167 - color contains mainly: blue. Hex color #7D5AA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5AA7 is #82A558. Grayscale: #6C6C6C. Windows color (decimal): -8562009 or 10967677. OLE color: 10967677.
HSL color Cylindrical-coordinate representation of color #7D5AA7: hue angle of 267.27º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D5AA7 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 90 | 167 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.35 |
| HSL | 267.27º | 0.3% | 0.5% | - |
| HSV(B) | 267.27º | 0.46% | 0.65% | - |
| XYZ | 19.09 | 14.46 | 38.34 | - |
| YUV | 109.24 | 160.6 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 90 | 167 | 0.25 | 0.46 | 0 | 0.35 | 267.27 | 0.3 | 0.5 |
| Hex | 7D | 5A | A7 | 19 | 2E | 0 | 23 | 10B | 1E | 32 |
| Octal | 175 | 132 | 247 | 31 | 56 | 0 | 43 | 413 | 36 | 62 |
| Binary | 1111101 | 1011010 | 10100111 | 11001 | 101110 | 0 | 100011 | 100001011 | 11110 | 110010 |
Color Harmonies of #7D5AA7
Complementary color
Monochromatic Colors of #7D5AA7
Black with #7D5AA7
Text Example
Text Example
White with #7D5AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5AA7; }
p { color: rgb(125,90,167); }
H1.HeaderClassName
{
color: #7D5AA7;
}
.AnyTagClassName
{
color: #7D5AA7;
}
</style>
background-color css
<style>
a { background-color: #7D5AA7; }
a { background-color: rgb(125,90,167); }
div.DivClassName
{
background-color: #7D5AA7;
}
.BgClassName
{
background-color: #7D5AA7;
}
</style>
border-color css
<style>
span { border-color: #7D5AA7; }
span { border-color: rgb(125,90,167); }
td.TdClassName
{
border-color: #7D5AA7;
}
.TagClassName
{
border-color: #7D5AA7;
}
</style>