Shades of Studio #7B59AD
Tints of Studio #7B59AD
RGB
CMYK
RGB Variations
Color information
#7B59AD (or 0x7B59AD) is known color: Studio. HEX triplet: 7B, 59 and AD. RGB value is (123,89,173). Sum of RGB (Red+Green+Blue) = 123+89+173=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B59AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B59AD is #84A652. Grayscale: #6C6C6C. Windows color (decimal): -8693331 or 11360635. OLE color: 11360635.
HSL color Cylindrical-coordinate representation of color #7B59AD: hue angle of 264.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B59AD is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 89 | 173 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.32 |
| HSL | 264.29º | 0.34% | 0.51% | - |
| HSV(B) | 264.29º | 0.49% | 0.68% | - |
| XYZ | 19.28 | 14.37 | 41.29 | - |
| YUV | 108.74 | 164.26 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 89 | 173 | 0.29 | 0.49 | 0 | 0.32 | 264.29 | 0.34 | 0.51 |
| Hex | 7B | 59 | AD | 1D | 31 | 0 | 20 | 108 | 22 | 33 |
| Octal | 173 | 131 | 255 | 35 | 61 | 0 | 40 | 410 | 42 | 63 |
| Binary | 1111011 | 1011001 | 10101101 | 11101 | 110001 | 0 | 100000 | 100001000 | 100010 | 110011 |
Color Harmonies of #7B59AD
Complementary color
Monochromatic Colors of #7B59AD
Black with #7B59AD
Text Example
Text Example
White with #7B59AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B59AD; }
p { color: rgb(123,89,173); }
H1.HeaderClassName
{
color: #7B59AD;
}
.AnyTagClassName
{
color: #7B59AD;
}
</style>
background-color css
<style>
a { background-color: #7B59AD; }
a { background-color: rgb(123,89,173); }
div.DivClassName
{
background-color: #7B59AD;
}
.BgClassName
{
background-color: #7B59AD;
}
</style>
border-color css
<style>
span { border-color: #7B59AD; }
span { border-color: rgb(123,89,173); }
td.TdClassName
{
border-color: #7B59AD;
}
.TagClassName
{
border-color: #7B59AD;
}
</style>