Shades of Studio #7A3EB9
Tints of Studio #7A3EB9
RGB
CMYK
RGB Variations
Color information
#7A3EB9 (or 0x7A3EB9) is known color: Studio. HEX triplet: 7A, 3E and B9. RGB value is (122,62,185). Sum of RGB (Red+Green+Blue) = 122+62+185=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 185 (72.66% from 255 or 50.14% from 369); Max value from RGB is 185 - color contains mainly: blue. Hex color #7A3EB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3EB9 is #85C146. Grayscale: #5D5D5D. Windows color (decimal): -8765767 or 12140154. OLE color: 12140154.
HSL color Cylindrical-coordinate representation of color #7A3EB9: hue angle of 269.27º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A3EB9 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 62 | 185 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.27 |
| HSL | 269.27º | 0.5% | 0.48% | - |
| HSV(B) | 269.27º | 0.66% | 0.73% | - |
| XYZ | 18.51 | 11.09 | 47.06 | - |
| YUV | 93.96 | 179.38 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 62 | 185 | 0.34 | 0.66 | 0 | 0.27 | 269.27 | 0.5 | 0.48 |
| Hex | 7A | 3E | B9 | 22 | 42 | 0 | 1B | 10D | 32 | 30 |
| Octal | 172 | 76 | 271 | 42 | 102 | 0 | 33 | 415 | 62 | 60 |
| Binary | 1111010 | 111110 | 10111001 | 100010 | 1000010 | 0 | 11011 | 100001101 | 110010 | 110000 |
Color Harmonies of #7A3EB9
Complementary color
Monochromatic Colors of #7A3EB9
Black with #7A3EB9
Text Example
Text Example
White with #7A3EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3EB9; }
p { color: rgb(122,62,185); }
H1.HeaderClassName
{
color: #7A3EB9;
}
.AnyTagClassName
{
color: #7A3EB9;
}
</style>
background-color css
<style>
a { background-color: #7A3EB9; }
a { background-color: rgb(122,62,185); }
div.DivClassName
{
background-color: #7A3EB9;
}
.BgClassName
{
background-color: #7A3EB9;
}
</style>
border-color css
<style>
span { border-color: #7A3EB9; }
span { border-color: rgb(122,62,185); }
td.TdClassName
{
border-color: #7A3EB9;
}
.TagClassName
{
border-color: #7A3EB9;
}
</style>