Shades of Studio #7B3EA2
Tints of Studio #7B3EA2
RGB
CMYK
RGB Variations
Color information
#7B3EA2 (or 0x7B3EA2) is known color: Studio. HEX triplet: 7B, 3E and A2. RGB value is (123,62,162). Sum of RGB (Red+Green+Blue) = 123+62+162=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 162 (63.67% from 255 or 46.69% from 347); Max value from RGB is 162 - color contains mainly: blue. Hex color #7B3EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3EA2 is #84C15D. Grayscale: #5B5B5B. Windows color (decimal): -8700254 or 10632827. OLE color: 10632827.
HSL color Cylindrical-coordinate representation of color #7B3EA2: hue angle of 276.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B3EA2 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 62 | 162 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.36 |
| HSL | 276.6º | 0.45% | 0.44% | - |
| HSV(B) | 276.6º | 0.62% | 0.64% | - |
| XYZ | 16.41 | 10.26 | 35.3 | - |
| YUV | 91.64 | 167.71 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 62 | 162 | 0.24 | 0.62 | 0 | 0.36 | 276.6 | 0.45 | 0.44 |
| Hex | 7B | 3E | A2 | 18 | 3E | 0 | 24 | 115 | 2D | 2C |
| Octal | 173 | 76 | 242 | 30 | 76 | 0 | 44 | 425 | 55 | 54 |
| Binary | 1111011 | 111110 | 10100010 | 11000 | 111110 | 0 | 100100 | 100010101 | 101101 | 101100 |
Color Harmonies of #7B3EA2
Complementary color
Monochromatic Colors of #7B3EA2
Black with #7B3EA2
Text Example
Text Example
White with #7B3EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3EA2; }
p { color: rgb(123,62,162); }
H1.HeaderClassName
{
color: #7B3EA2;
}
.AnyTagClassName
{
color: #7B3EA2;
}
</style>
background-color css
<style>
a { background-color: #7B3EA2; }
a { background-color: rgb(123,62,162); }
div.DivClassName
{
background-color: #7B3EA2;
}
.BgClassName
{
background-color: #7B3EA2;
}
</style>
border-color css
<style>
span { border-color: #7B3EA2; }
span { border-color: rgb(123,62,162); }
td.TdClassName
{
border-color: #7B3EA2;
}
.TagClassName
{
border-color: #7B3EA2;
}
</style>