#7A58AA

Color #7A58AA Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7A58AA

Tints of Studio #7A58AA

Color information

#7A58AA (or 0x7A58AA) is unknown color: approx Studio. HEX triplet: 7A, 58 and AA. RGB value is (122,88,170). Sum of RGB (Red+Green+Blue) = 122+88+170=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A58AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A58AA is #85A755. Grayscale: #6B6B6B. Windows color (decimal): -8759126 or 11163770. OLE color: 11163770.

HSL color Cylindrical-coordinate representation of color #7A58AA: hue angle of 264.88º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A58AA is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12288170-
CMYK0.280.4800.33
HSL264.88º32.54%50.59%-
HSV(B)264.88º48.24%66.67%-
XYZ18.7714.0239.75-
YUV107.51163.26138.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 32.11%
GREEN value IS 88 (34.77% from 255) = 23.16%
BLUE value IS 170 (66.80% from 255) = 44.74%
R=32.11%
G=23.16%
B=44.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122881700.280.4800.33264.8832.5450.59
Hex7A58AA1C300211092133
Octal17213025234600414114163
Binary1111010101100010101010111001100000100001100001001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A58AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A58AA; }

 p { color: rgb(122,88,170); }

 H1.HeaderClassName
 {
   color: #7A58AA;
 }
 .AnyTagClassName
 {
   color: #7A58AA;
 }
</style>
background-color css

<style>
 a { background-color: #7A58AA; }

 a { background-color: rgb(122,88,170); }

 div.DivClassName
 {
   background-color: #7A58AA;
 }
 .BgClassName
 {
   background-color: #7A58AA;
 }
</style>
border-color css

<style>
 span { border-color: #7A58AA; }

 span { border-color: rgb(122,88,170); }

 td.TdClassName
 {
   border-color: #7A58AA;
 }
 .TagClassName
 {
   border-color: #7A58AA;
 }
</style>