Shades of Studio #7A4BBC
Tints of Studio #7A4BBC
RGB
CMYK
RGB Variations
Color information
#7A4BBC (or 0x7A4BBC) is known color: Studio. HEX triplet: 7A, 4B and BC. RGB value is (122,75,188). Sum of RGB (Red+Green+Blue) = 122+75+188=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A4BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A4BBC is #85B443. Grayscale: #656565. Windows color (decimal): -8762436 or 12340090. OLE color: 12340090.
HSL color Cylindrical-coordinate representation of color #7A4BBC: hue angle of 264.96º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A4BBC is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 75 | 188 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.26 |
| HSL | 264.96º | 0.46% | 0.52% | - |
| HSV(B) | 264.96º | 0.6% | 0.74% | - |
| XYZ | 19.62 | 12.8 | 49.01 | - |
| YUV | 101.94 | 176.57 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 75 | 188 | 0.35 | 0.60 | 0 | 0.26 | 264.96 | 0.46 | 0.52 |
| Hex | 7A | 4B | BC | 23 | 3C | 0 | 1A | 109 | 2E | 34 |
| Octal | 172 | 113 | 274 | 43 | 74 | 0 | 32 | 411 | 56 | 64 |
| Binary | 1111010 | 1001011 | 10111100 | 100011 | 111100 | 0 | 11010 | 100001001 | 101110 | 110100 |
Color Harmonies of #7A4BBC
Complementary color
Monochromatic Colors of #7A4BBC
Black with #7A4BBC
Text Example
Text Example
White with #7A4BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4BBC; }
p { color: rgb(122,75,188); }
H1.HeaderClassName
{
color: #7A4BBC;
}
.AnyTagClassName
{
color: #7A4BBC;
}
</style>
background-color css
<style>
a { background-color: #7A4BBC; }
a { background-color: rgb(122,75,188); }
div.DivClassName
{
background-color: #7A4BBC;
}
.BgClassName
{
background-color: #7A4BBC;
}
</style>
border-color css
<style>
span { border-color: #7A4BBC; }
span { border-color: rgb(122,75,188); }
td.TdClassName
{
border-color: #7A4BBC;
}
.TagClassName
{
border-color: #7A4BBC;
}
</style>