Shades of Studio #7B59AE
Tints of Studio #7B59AE
RGB
CMYK
RGB Variations
Color information
#7B59AE (or 0x7B59AE) is known color: Studio. HEX triplet: 7B, 59 and AE. RGB value is (123,89,174). Sum of RGB (Red+Green+Blue) = 123+89+174=386 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.87% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B59AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B59AE is #84A651. Grayscale: #6C6C6C. Windows color (decimal): -8693330 or 11426171. OLE color: 11426171.
HSL color Cylindrical-coordinate representation of color #7B59AE: hue angle of 264º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B59AE is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 89 | 174 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.32 |
| HSL | 264º | 0.34% | 0.52% | - |
| HSV(B) | 264º | 0.49% | 0.68% | - |
| XYZ | 19.38 | 14.41 | 41.8 | - |
| YUV | 108.86 | 164.76 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 89 | 174 | 0.29 | 0.49 | 0 | 0.32 | 264 | 0.34 | 0.52 |
| Hex | 7B | 59 | AE | 1D | 31 | 0 | 20 | 108 | 22 | 34 |
| Octal | 173 | 131 | 256 | 35 | 61 | 0 | 40 | 410 | 42 | 64 |
| Binary | 1111011 | 1011001 | 10101110 | 11101 | 110001 | 0 | 100000 | 100001000 | 100010 | 110100 |
Color Harmonies of #7B59AE
Complementary color
Monochromatic Colors of #7B59AE
Black with #7B59AE
Text Example
Text Example
White with #7B59AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B59AE; }
p { color: rgb(123,89,174); }
H1.HeaderClassName
{
color: #7B59AE;
}
.AnyTagClassName
{
color: #7B59AE;
}
</style>
background-color css
<style>
a { background-color: #7B59AE; }
a { background-color: rgb(123,89,174); }
div.DivClassName
{
background-color: #7B59AE;
}
.BgClassName
{
background-color: #7B59AE;
}
</style>
border-color css
<style>
span { border-color: #7B59AE; }
span { border-color: rgb(123,89,174); }
td.TdClassName
{
border-color: #7B59AE;
}
.TagClassName
{
border-color: #7B59AE;
}
</style>