Shades of Studio #7D3DAC
Tints of Studio #7D3DAC
RGB
CMYK
RGB Variations
Color information
#7D3DAC (or 0x7D3DAC) is known color: Studio. HEX triplet: 7D, 3D and AC. RGB value is (125,61,172). Sum of RGB (Red+Green+Blue) = 125+61+172=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D3DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3DAC is #82C253. Grayscale: #5C5C5C. Windows color (decimal): -8569428 or 11287933. OLE color: 11287933.
HSL color Cylindrical-coordinate representation of color #7D3DAC: hue angle of 274.59º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D3DAC is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 61 | 172 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.33 |
| HSL | 274.59º | 0.48% | 0.46% | - |
| HSV(B) | 274.59º | 0.65% | 0.67% | - |
| XYZ | 17.57 | 10.68 | 40.16 | - |
| YUV | 92.79 | 172.7 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 61 | 172 | 0.27 | 0.65 | 0 | 0.33 | 274.59 | 0.48 | 0.46 |
| Hex | 7D | 3D | AC | 1B | 41 | 0 | 21 | 113 | 30 | 2E |
| Octal | 175 | 75 | 254 | 33 | 101 | 0 | 41 | 423 | 60 | 56 |
| Binary | 1111101 | 111101 | 10101100 | 11011 | 1000001 | 0 | 100001 | 100010011 | 110000 | 101110 |
Color Harmonies of #7D3DAC
Complementary color
Monochromatic Colors of #7D3DAC
Black with #7D3DAC
Text Example
Text Example
White with #7D3DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3DAC; }
p { color: rgb(125,61,172); }
H1.HeaderClassName
{
color: #7D3DAC;
}
.AnyTagClassName
{
color: #7D3DAC;
}
</style>
background-color css
<style>
a { background-color: #7D3DAC; }
a { background-color: rgb(125,61,172); }
div.DivClassName
{
background-color: #7D3DAC;
}
.BgClassName
{
background-color: #7D3DAC;
}
</style>
border-color css
<style>
span { border-color: #7D3DAC; }
span { border-color: rgb(125,61,172); }
td.TdClassName
{
border-color: #7D3DAC;
}
.TagClassName
{
border-color: #7D3DAC;
}
</style>