Shades of Studio #7A58AD
Tints of Studio #7A58AD
RGB
CMYK
RGB Variations
Color information
#7A58AD (or 0x7A58AD) is known color: Studio. HEX triplet: 7A, 58 and AD. RGB value is (122,88,173). Sum of RGB (Red+Green+Blue) = 122+88+173=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A58AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A58AD is #85A752. Grayscale: #6B6B6B. Windows color (decimal): -8759123 or 11360378. OLE color: 11360378.
HSL color Cylindrical-coordinate representation of color #7A58AD: hue angle of 264º 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 #7A58AD is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 88 | 173 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.32 |
| HSL | 264º | 0.34% | 0.51% | - |
| HSV(B) | 264º | 0.49% | 0.68% | - |
| XYZ | 19.06 | 14.13 | 41.26 | - |
| YUV | 107.86 | 164.76 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 88 | 173 | 0.29 | 0.49 | 0 | 0.32 | 264 | 0.34 | 0.51 |
| Hex | 7A | 58 | AD | 1D | 31 | 0 | 20 | 108 | 22 | 33 |
| Octal | 172 | 130 | 255 | 35 | 61 | 0 | 40 | 410 | 42 | 63 |
| Binary | 1111010 | 1011000 | 10101101 | 11101 | 110001 | 0 | 100000 | 100001000 | 100010 | 110011 |
Color Harmonies of #7A58AD
Complementary color
Monochromatic Colors of #7A58AD
Black with #7A58AD
Text Example
Text Example
White with #7A58AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A58AD; }
p { color: rgb(122,88,173); }
H1.HeaderClassName
{
color: #7A58AD;
}
.AnyTagClassName
{
color: #7A58AD;
}
</style>
background-color css
<style>
a { background-color: #7A58AD; }
a { background-color: rgb(122,88,173); }
div.DivClassName
{
background-color: #7A58AD;
}
.BgClassName
{
background-color: #7A58AD;
}
</style>
border-color css
<style>
span { border-color: #7A58AD; }
span { border-color: rgb(122,88,173); }
td.TdClassName
{
border-color: #7A58AD;
}
.TagClassName
{
border-color: #7A58AD;
}
</style>