Shades of Studio #7A3DAC
Tints of Studio #7A3DAC
RGB
CMYK
RGB Variations
Color information
#7A3DAC (or 0x7A3DAC) is known color: Studio. HEX triplet: 7A, 3D and AC. RGB value is (122,61,172). Sum of RGB (Red+Green+Blue) = 122+61+172=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A3DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3DAC is #85C253. Grayscale: #5B5B5B. Windows color (decimal): -8766036 or 11287930. OLE color: 11287930.
HSL color Cylindrical-coordinate representation of color #7A3DAC: hue angle of 272.97º 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 #7A3DAC is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 61 | 172 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.33 |
| HSL | 272.97º | 0.48% | 0.46% | - |
| HSV(B) | 272.97º | 0.65% | 0.67% | - |
| XYZ | 17.14 | 10.45 | 40.14 | - |
| YUV | 91.89 | 173.21 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 61 | 172 | 0.29 | 0.65 | 0 | 0.33 | 272.97 | 0.48 | 0.46 |
| Hex | 7A | 3D | AC | 1D | 41 | 0 | 21 | 111 | 30 | 2E |
| Octal | 172 | 75 | 254 | 35 | 101 | 0 | 41 | 421 | 60 | 56 |
| Binary | 1111010 | 111101 | 10101100 | 11101 | 1000001 | 0 | 100001 | 100010001 | 110000 | 101110 |
Color Harmonies of #7A3DAC
Complementary color
Monochromatic Colors of #7A3DAC
Black with #7A3DAC
Text Example
Text Example
White with #7A3DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3DAC; }
p { color: rgb(122,61,172); }
H1.HeaderClassName
{
color: #7A3DAC;
}
.AnyTagClassName
{
color: #7A3DAC;
}
</style>
background-color css
<style>
a { background-color: #7A3DAC; }
a { background-color: rgb(122,61,172); }
div.DivClassName
{
background-color: #7A3DAC;
}
.BgClassName
{
background-color: #7A3DAC;
}
</style>
border-color css
<style>
span { border-color: #7A3DAC; }
span { border-color: rgb(122,61,172); }
td.TdClassName
{
border-color: #7A3DAC;
}
.TagClassName
{
border-color: #7A3DAC;
}
</style>