Shades of Studio #7A3EAB
Tints of Studio #7A3EAB
RGB
CMYK
RGB Variations
Color information
#7A3EAB (or 0x7A3EAB) is known color: Studio. HEX triplet: 7A, 3E and AB. RGB value is (122,62,171). Sum of RGB (Red+Green+Blue) = 122+62+171=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A3EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3EAB is #85C154. Grayscale: #5B5B5B. Windows color (decimal): -8765781 or 11222650. OLE color: 11222650.
HSL color Cylindrical-coordinate representation of color #7A3EAB: hue angle of 273.03º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A3EAB is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 62 | 171 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.33 |
| HSL | 273.03º | 0.47% | 0.46% | - |
| HSV(B) | 273.03º | 0.64% | 0.67% | - |
| XYZ | 17.1 | 10.52 | 39.66 | - |
| YUV | 92.37 | 172.38 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 62 | 171 | 0.29 | 0.64 | 0 | 0.33 | 273.03 | 0.47 | 0.46 |
| Hex | 7A | 3E | AB | 1D | 40 | 0 | 21 | 111 | 2F | 2E |
| Octal | 172 | 76 | 253 | 35 | 100 | 0 | 41 | 421 | 57 | 56 |
| Binary | 1111010 | 111110 | 10101011 | 11101 | 1000000 | 0 | 100001 | 100010001 | 101111 | 101110 |
Color Harmonies of #7A3EAB
Complementary color
Monochromatic Colors of #7A3EAB
Black with #7A3EAB
Text Example
Text Example
White with #7A3EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3EAB; }
p { color: rgb(122,62,171); }
H1.HeaderClassName
{
color: #7A3EAB;
}
.AnyTagClassName
{
color: #7A3EAB;
}
</style>
background-color css
<style>
a { background-color: #7A3EAB; }
a { background-color: rgb(122,62,171); }
div.DivClassName
{
background-color: #7A3EAB;
}
.BgClassName
{
background-color: #7A3EAB;
}
</style>
border-color css
<style>
span { border-color: #7A3EAB; }
span { border-color: rgb(122,62,171); }
td.TdClassName
{
border-color: #7A3EAB;
}
.TagClassName
{
border-color: #7A3EAB;
}
</style>