Shades of Studio #7D3FAE
Tints of Studio #7D3FAE
RGB
CMYK
RGB Variations
Color information
#7D3FAE (or 0x7D3FAE) is known color: Studio. HEX triplet: 7D, 3F and AE. RGB value is (125,63,174). Sum of RGB (Red+Green+Blue) = 125+63+174=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D3FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3FAE is #82C051. Grayscale: #5D5D5D. Windows color (decimal): -8568914 or 11419517. OLE color: 11419517.
HSL color Cylindrical-coordinate representation of color #7D3FAE: hue angle of 273.51º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D3FAE is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 63 | 174 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.32 |
| HSL | 273.51º | 0.47% | 0.46% | - |
| HSV(B) | 273.51º | 0.64% | 0.68% | - |
| XYZ | 17.87 | 10.97 | 41.22 | - |
| YUV | 94.19 | 173.04 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 63 | 174 | 0.28 | 0.64 | 0 | 0.32 | 273.51 | 0.47 | 0.46 |
| Hex | 7D | 3F | AE | 1C | 40 | 0 | 20 | 112 | 2F | 2E |
| Octal | 175 | 77 | 256 | 34 | 100 | 0 | 40 | 422 | 57 | 56 |
| Binary | 1111101 | 111111 | 10101110 | 11100 | 1000000 | 0 | 100000 | 100010010 | 101111 | 101110 |
Color Harmonies of #7D3FAE
Complementary color
Monochromatic Colors of #7D3FAE
Black with #7D3FAE
Text Example
Text Example
White with #7D3FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3FAE; }
p { color: rgb(125,63,174); }
H1.HeaderClassName
{
color: #7D3FAE;
}
.AnyTagClassName
{
color: #7D3FAE;
}
</style>
background-color css
<style>
a { background-color: #7D3FAE; }
a { background-color: rgb(125,63,174); }
div.DivClassName
{
background-color: #7D3FAE;
}
.BgClassName
{
background-color: #7D3FAE;
}
</style>
border-color css
<style>
span { border-color: #7D3FAE; }
span { border-color: rgb(125,63,174); }
td.TdClassName
{
border-color: #7D3FAE;
}
.TagClassName
{
border-color: #7D3FAE;
}
</style>