Shades of Studio #7D4EA3
Tints of Studio #7D4EA3
RGB
CMYK
RGB Variations
Color information
#7D4EA3 (or 0x7D4EA3) is known color: Studio. HEX triplet: 7D, 4E and A3. RGB value is (125,78,163). Sum of RGB (Red+Green+Blue) = 125+78+163=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 163 (64.06% from 255 or 44.54% from 366); Max value from RGB is 163 - color contains mainly: blue. Hex color #7D4EA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D4EA3 is #82B15C. Grayscale: #656565. Windows color (decimal): -8565085 or 10702461. OLE color: 10702461.
HSL color Cylindrical-coordinate representation of color #7D4EA3: hue angle of 273.18º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D4EA3 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 78 | 163 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.36 |
| HSL | 273.18º | 0.35% | 0.47% | - |
| HSV(B) | 273.18º | 0.52% | 0.64% | - |
| XYZ | 17.79 | 12.45 | 36.12 | - |
| YUV | 101.74 | 162.57 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 78 | 163 | 0.23 | 0.52 | 0 | 0.36 | 273.18 | 0.35 | 0.47 |
| Hex | 7D | 4E | A3 | 17 | 34 | 0 | 24 | 111 | 23 | 2F |
| Octal | 175 | 116 | 243 | 27 | 64 | 0 | 44 | 421 | 43 | 57 |
| Binary | 1111101 | 1001110 | 10100011 | 10111 | 110100 | 0 | 100100 | 100010001 | 100011 | 101111 |
Color Harmonies of #7D4EA3
Complementary color
Monochromatic Colors of #7D4EA3
Black with #7D4EA3
Text Example
Text Example
White with #7D4EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4EA3; }
p { color: rgb(125,78,163); }
H1.HeaderClassName
{
color: #7D4EA3;
}
.AnyTagClassName
{
color: #7D4EA3;
}
</style>
background-color css
<style>
a { background-color: #7D4EA3; }
a { background-color: rgb(125,78,163); }
div.DivClassName
{
background-color: #7D4EA3;
}
.BgClassName
{
background-color: #7D4EA3;
}
</style>
border-color css
<style>
span { border-color: #7D4EA3; }
span { border-color: rgb(125,78,163); }
td.TdClassName
{
border-color: #7D4EA3;
}
.TagClassName
{
border-color: #7D4EA3;
}
</style>