Shades of Studio #7D4EAA
Tints of Studio #7D4EAA
RGB
CMYK
RGB Variations
Color information
#7D4EAA (or 0x7D4EAA) is known color: Studio. HEX triplet: 7D, 4E and AA. RGB value is (125,78,170). Sum of RGB (Red+Green+Blue) = 125+78+170=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D4EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D4EAA is #82B155. Grayscale: #666666. Windows color (decimal): -8565078 or 11161213. OLE color: 11161213.
HSL color Cylindrical-coordinate representation of color #7D4EAA: hue angle of 270.65º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D4EAA is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 78 | 170 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.33 |
| HSL | 270.65º | 0.37% | 0.49% | - |
| HSV(B) | 270.65º | 0.54% | 0.67% | - |
| XYZ | 18.44 | 12.71 | 39.51 | - |
| YUV | 102.54 | 166.07 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 78 | 170 | 0.26 | 0.54 | 0 | 0.33 | 270.65 | 0.37 | 0.49 |
| Hex | 7D | 4E | AA | 1A | 36 | 0 | 21 | 10F | 25 | 31 |
| Octal | 175 | 116 | 252 | 32 | 66 | 0 | 41 | 417 | 45 | 61 |
| Binary | 1111101 | 1001110 | 10101010 | 11010 | 110110 | 0 | 100001 | 100001111 | 100101 | 110001 |
Color Harmonies of #7D4EAA
Complementary color
Monochromatic Colors of #7D4EAA
Black with #7D4EAA
Text Example
Text Example
White with #7D4EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4EAA; }
p { color: rgb(125,78,170); }
H1.HeaderClassName
{
color: #7D4EAA;
}
.AnyTagClassName
{
color: #7D4EAA;
}
</style>
background-color css
<style>
a { background-color: #7D4EAA; }
a { background-color: rgb(125,78,170); }
div.DivClassName
{
background-color: #7D4EAA;
}
.BgClassName
{
background-color: #7D4EAA;
}
</style>
border-color css
<style>
span { border-color: #7D4EAA; }
span { border-color: rgb(125,78,170); }
td.TdClassName
{
border-color: #7D4EAA;
}
.TagClassName
{
border-color: #7D4EAA;
}
</style>