Shades of Studio #7A58B0
Tints of Studio #7A58B0
RGB
CMYK
RGB Variations
Color information
#7A58B0 (or 0x7A58B0) is known color: Studio. HEX triplet: 7A, 58 and B0. RGB value is (122,88,176). Sum of RGB (Red+Green+Blue) = 122+88+176=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 176 - color contains mainly: blue. Hex color #7A58B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A58B0 is #85A74F. Grayscale: #6B6B6B. Windows color (decimal): -8759120 or 11556986. OLE color: 11556986.
HSL color Cylindrical-coordinate representation of color #7A58B0: hue angle of 263.18º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A58B0 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 88 | 176 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.31 |
| HSL | 263.18º | 0.36% | 0.52% | - |
| HSV(B) | 263.18º | 0.5% | 0.69% | - |
| XYZ | 19.35 | 14.25 | 42.81 | - |
| YUV | 108.2 | 166.26 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 88 | 176 | 0.31 | 0.50 | 0 | 0.31 | 263.18 | 0.36 | 0.52 |
| Hex | 7A | 58 | B0 | 1F | 32 | 0 | 1F | 107 | 24 | 34 |
| Octal | 172 | 130 | 260 | 37 | 62 | 0 | 37 | 407 | 44 | 64 |
| Binary | 1111010 | 1011000 | 10110000 | 11111 | 110010 | 0 | 11111 | 100000111 | 100100 | 110100 |
Color Harmonies of #7A58B0
Complementary color
Monochromatic Colors of #7A58B0
Black with #7A58B0
Text Example
Text Example
White with #7A58B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A58B0; }
p { color: rgb(122,88,176); }
H1.HeaderClassName
{
color: #7A58B0;
}
.AnyTagClassName
{
color: #7A58B0;
}
</style>
background-color css
<style>
a { background-color: #7A58B0; }
a { background-color: rgb(122,88,176); }
div.DivClassName
{
background-color: #7A58B0;
}
.BgClassName
{
background-color: #7A58B0;
}
</style>
border-color css
<style>
span { border-color: #7A58B0; }
span { border-color: rgb(122,88,176); }
td.TdClassName
{
border-color: #7A58B0;
}
.TagClassName
{
border-color: #7A58B0;
}
</style>