Shades of Studio #7A58A3
Tints of Studio #7A58A3
RGB
CMYK
RGB Variations
Color information
#7A58A3 (or 0x7A58A3) is known color: Studio. HEX triplet: 7A, 58 and A3. RGB value is (122,88,163). Sum of RGB (Red+Green+Blue) = 122+88+163=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 163 (64.06% from 255 or 43.70% from 373); Max value from RGB is 163 - color contains mainly: blue. Hex color #7A58A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A58A3 is #85A75C. Grayscale: #6A6A6A. Windows color (decimal): -8759133 or 10705018. OLE color: 10705018.
HSL color Cylindrical-coordinate representation of color #7A58A3: hue angle of 267.2º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A58A3 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 88 | 163 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.36 |
| HSL | 267.2º | 0.3% | 0.49% | - |
| HSV(B) | 267.2º | 0.46% | 0.64% | - |
| XYZ | 18.13 | 13.76 | 36.35 | - |
| YUV | 106.72 | 159.76 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 88 | 163 | 0.25 | 0.46 | 0 | 0.36 | 267.2 | 0.3 | 0.49 |
| Hex | 7A | 58 | A3 | 19 | 2E | 0 | 24 | 10B | 1E | 31 |
| Octal | 172 | 130 | 243 | 31 | 56 | 0 | 44 | 413 | 36 | 61 |
| Binary | 1111010 | 1011000 | 10100011 | 11001 | 101110 | 0 | 100100 | 100001011 | 11110 | 110001 |
Color Harmonies of #7A58A3
Complementary color
Monochromatic Colors of #7A58A3
Black with #7A58A3
Text Example
Text Example
White with #7A58A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A58A3; }
p { color: rgb(122,88,163); }
H1.HeaderClassName
{
color: #7A58A3;
}
.AnyTagClassName
{
color: #7A58A3;
}
</style>
background-color css
<style>
a { background-color: #7A58A3; }
a { background-color: rgb(122,88,163); }
div.DivClassName
{
background-color: #7A58A3;
}
.BgClassName
{
background-color: #7A58A3;
}
</style>
border-color css
<style>
span { border-color: #7A58A3; }
span { border-color: rgb(122,88,163); }
td.TdClassName
{
border-color: #7A58A3;
}
.TagClassName
{
border-color: #7A58A3;
}
</style>