Shades of Studio #7B58AD
Tints of Studio #7B58AD
RGB
CMYK
RGB Variations
Color information
#7B58AD (or 0x7B58AD) is known color: Studio. HEX triplet: 7B, 58 and AD. RGB value is (123,88,173). Sum of RGB (Red+Green+Blue) = 123+88+173=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B58AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B58AD is #84A752. Grayscale: #6B6B6B. Windows color (decimal): -8693587 or 11360379. OLE color: 11360379.
HSL color Cylindrical-coordinate representation of color #7B58AD: hue angle of 264.71º 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 #7B58AD is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 88 | 173 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.32 |
| HSL | 264.71º | 0.34% | 0.51% | - |
| HSV(B) | 264.71º | 0.49% | 0.68% | - |
| XYZ | 19.2 | 14.21 | 41.27 | - |
| YUV | 108.16 | 164.6 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 88 | 173 | 0.29 | 0.49 | 0 | 0.32 | 264.71 | 0.34 | 0.51 |
| Hex | 7B | 58 | AD | 1D | 31 | 0 | 20 | 109 | 22 | 33 |
| Octal | 173 | 130 | 255 | 35 | 61 | 0 | 40 | 411 | 42 | 63 |
| Binary | 1111011 | 1011000 | 10101101 | 11101 | 110001 | 0 | 100000 | 100001001 | 100010 | 110011 |
Color Harmonies of #7B58AD
Complementary color
Monochromatic Colors of #7B58AD
Black with #7B58AD
Text Example
Text Example
White with #7B58AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B58AD; }
p { color: rgb(123,88,173); }
H1.HeaderClassName
{
color: #7B58AD;
}
.AnyTagClassName
{
color: #7B58AD;
}
</style>
background-color css
<style>
a { background-color: #7B58AD; }
a { background-color: rgb(123,88,173); }
div.DivClassName
{
background-color: #7B58AD;
}
.BgClassName
{
background-color: #7B58AD;
}
</style>
border-color css
<style>
span { border-color: #7B58AD; }
span { border-color: rgb(123,88,173); }
td.TdClassName
{
border-color: #7B58AD;
}
.TagClassName
{
border-color: #7B58AD;
}
</style>