Shades of Studio #7A4DAB
Tints of Studio #7A4DAB
RGB
CMYK
RGB Variations
Color information
#7A4DAB (or 0x7A4DAB) is known color: Studio. HEX triplet: 7A, 4D and AB. RGB value is (122,77,171). Sum of RGB (Red+Green+Blue) = 122+77+171=370 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.97% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A4DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A4DAB is #85B254. Grayscale: #646464. Windows color (decimal): -8761941 or 11226490. OLE color: 11226490.
HSL color Cylindrical-coordinate representation of color #7A4DAB: hue angle of 268.72º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A4DAB is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 77 | 171 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.33 |
| HSL | 268.72º | 0.38% | 0.49% | - |
| HSV(B) | 268.72º | 0.55% | 0.67% | - |
| XYZ | 18.03 | 12.39 | 39.97 | - |
| YUV | 101.17 | 167.41 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 77 | 171 | 0.29 | 0.55 | 0 | 0.33 | 268.72 | 0.38 | 0.49 |
| Hex | 7A | 4D | AB | 1D | 37 | 0 | 21 | 10D | 26 | 31 |
| Octal | 172 | 115 | 253 | 35 | 67 | 0 | 41 | 415 | 46 | 61 |
| Binary | 1111010 | 1001101 | 10101011 | 11101 | 110111 | 0 | 100001 | 100001101 | 100110 | 110001 |
Color Harmonies of #7A4DAB
Complementary color
Monochromatic Colors of #7A4DAB
Black with #7A4DAB
Text Example
Text Example
White with #7A4DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4DAB; }
p { color: rgb(122,77,171); }
H1.HeaderClassName
{
color: #7A4DAB;
}
.AnyTagClassName
{
color: #7A4DAB;
}
</style>
background-color css
<style>
a { background-color: #7A4DAB; }
a { background-color: rgb(122,77,171); }
div.DivClassName
{
background-color: #7A4DAB;
}
.BgClassName
{
background-color: #7A4DAB;
}
</style>
border-color css
<style>
span { border-color: #7A4DAB; }
span { border-color: rgb(122,77,171); }
td.TdClassName
{
border-color: #7A4DAB;
}
.TagClassName
{
border-color: #7A4DAB;
}
</style>