Shades of Studio #7A3EBA
Tints of Studio #7A3EBA
RGB
CMYK
RGB Variations
Color information
#7A3EBA (or 0x7A3EBA) is known color: Studio. HEX triplet: 7A, 3E and BA. RGB value is (122,62,186). Sum of RGB (Red+Green+Blue) = 122+62+186=370 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.97% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A3EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3EBA is #85C145. Grayscale: #5D5D5D. Windows color (decimal): -8765766 or 12205690. OLE color: 12205690.
HSL color Cylindrical-coordinate representation of color #7A3EBA: hue angle of 269.03º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A3EBA is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 62 | 186 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.27 |
| HSL | 269.03º | 0.5% | 0.49% | - |
| HSV(B) | 269.03º | 0.67% | 0.73% | - |
| XYZ | 18.61 | 11.13 | 47.62 | - |
| YUV | 94.08 | 179.88 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 62 | 186 | 0.34 | 0.67 | 0 | 0.27 | 269.03 | 0.5 | 0.49 |
| Hex | 7A | 3E | BA | 22 | 43 | 0 | 1B | 10D | 32 | 31 |
| Octal | 172 | 76 | 272 | 42 | 103 | 0 | 33 | 415 | 62 | 61 |
| Binary | 1111010 | 111110 | 10111010 | 100010 | 1000011 | 0 | 11011 | 100001101 | 110010 | 110001 |
Color Harmonies of #7A3EBA
Complementary color
Monochromatic Colors of #7A3EBA
Black with #7A3EBA
Text Example
Text Example
White with #7A3EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3EBA; }
p { color: rgb(122,62,186); }
H1.HeaderClassName
{
color: #7A3EBA;
}
.AnyTagClassName
{
color: #7A3EBA;
}
</style>
background-color css
<style>
a { background-color: #7A3EBA; }
a { background-color: rgb(122,62,186); }
div.DivClassName
{
background-color: #7A3EBA;
}
.BgClassName
{
background-color: #7A3EBA;
}
</style>
border-color css
<style>
span { border-color: #7A3EBA; }
span { border-color: rgb(122,62,186); }
td.TdClassName
{
border-color: #7A3EBA;
}
.TagClassName
{
border-color: #7A3EBA;
}
</style>