Shades of Studio #7A4FBA
Tints of Studio #7A4FBA
RGB
CMYK
RGB Variations
Color information
#7A4FBA (or 0x7A4FBA) is known color: Studio. HEX triplet: 7A, 4F and BA. RGB value is (122,79,186). Sum of RGB (Red+Green+Blue) = 122+79+186=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A4FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A4FBA is #85B045. Grayscale: #676767. Windows color (decimal): -8761414 or 12210042. OLE color: 12210042.
HSL color Cylindrical-coordinate representation of color #7A4FBA: hue angle of 264.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A4FBA is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 79 | 186 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.27 |
| HSL | 264.11º | 0.44% | 0.52% | - |
| HSV(B) | 264.11º | 0.58% | 0.73% | - |
| XYZ | 19.68 | 13.27 | 47.98 | - |
| YUV | 104.06 | 174.25 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 79 | 186 | 0.34 | 0.58 | 0 | 0.27 | 264.11 | 0.44 | 0.52 |
| Hex | 7A | 4F | BA | 22 | 3A | 0 | 1B | 108 | 2C | 34 |
| Octal | 172 | 117 | 272 | 42 | 72 | 0 | 33 | 410 | 54 | 64 |
| Binary | 1111010 | 1001111 | 10111010 | 100010 | 111010 | 0 | 11011 | 100001000 | 101100 | 110100 |
Color Harmonies of #7A4FBA
Complementary color
Monochromatic Colors of #7A4FBA
Black with #7A4FBA
Text Example
Text Example
White with #7A4FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4FBA; }
p { color: rgb(122,79,186); }
H1.HeaderClassName
{
color: #7A4FBA;
}
.AnyTagClassName
{
color: #7A4FBA;
}
</style>
background-color css
<style>
a { background-color: #7A4FBA; }
a { background-color: rgb(122,79,186); }
div.DivClassName
{
background-color: #7A4FBA;
}
.BgClassName
{
background-color: #7A4FBA;
}
</style>
border-color css
<style>
span { border-color: #7A4FBA; }
span { border-color: rgb(122,79,186); }
td.TdClassName
{
border-color: #7A4FBA;
}
.TagClassName
{
border-color: #7A4FBA;
}
</style>