Shades of Studio #7A3DAD
Tints of Studio #7A3DAD
RGB
CMYK
RGB Variations
Color information
#7A3DAD (or 0x7A3DAD) is known color: Studio. HEX triplet: 7A, 3D and AD. RGB value is (122,61,173). Sum of RGB (Red+Green+Blue) = 122+61+173=356 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.27% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A3DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3DAD is #85C252. Grayscale: #5B5B5B. Windows color (decimal): -8766035 or 11353466. OLE color: 11353466.
HSL color Cylindrical-coordinate representation of color #7A3DAD: hue angle of 272.68º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A3DAD is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 61 | 173 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.32 |
| HSL | 272.68º | 0.48% | 0.46% | - |
| HSV(B) | 272.68º | 0.65% | 0.68% | - |
| XYZ | 17.24 | 10.49 | 40.65 | - |
| YUV | 92.01 | 173.71 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 61 | 173 | 0.29 | 0.65 | 0 | 0.32 | 272.68 | 0.48 | 0.46 |
| Hex | 7A | 3D | AD | 1D | 41 | 0 | 20 | 111 | 30 | 2E |
| Octal | 172 | 75 | 255 | 35 | 101 | 0 | 40 | 421 | 60 | 56 |
| Binary | 1111010 | 111101 | 10101101 | 11101 | 1000001 | 0 | 100000 | 100010001 | 110000 | 101110 |
Color Harmonies of #7A3DAD
Complementary color
Monochromatic Colors of #7A3DAD
Black with #7A3DAD
Text Example
Text Example
White with #7A3DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3DAD; }
p { color: rgb(122,61,173); }
H1.HeaderClassName
{
color: #7A3DAD;
}
.AnyTagClassName
{
color: #7A3DAD;
}
</style>
background-color css
<style>
a { background-color: #7A3DAD; }
a { background-color: rgb(122,61,173); }
div.DivClassName
{
background-color: #7A3DAD;
}
.BgClassName
{
background-color: #7A3DAD;
}
</style>
border-color css
<style>
span { border-color: #7A3DAD; }
span { border-color: rgb(122,61,173); }
td.TdClassName
{
border-color: #7A3DAD;
}
.TagClassName
{
border-color: #7A3DAD;
}
</style>