#7A58AC

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

Shades of Studio #7A58AC

Tints of Studio #7A58AC

Color information

#7A58AC (or 0x7A58AC) is unknown color: approx Studio. HEX triplet: 7A, 58 and AC. RGB value is (122,88,172). Sum of RGB (Red+Green+Blue) = 122+88+172=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A58AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A58AC is #85A753. Grayscale: #6B6B6B. Windows color (decimal): -8759124 or 11294842. OLE color: 11294842.

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

Color convert

RGB12288172-
CMYK0.290.4900.33
HSL264.29º33.6%50.98%-
HSV(B)264.29º48.84%67.45%-
XYZ18.9614.140.75-
YUV107.74164.26138.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.94%
GREEN value IS 88 (34.77% from 255) = 23.04%
BLUE value IS 172 (67.58% from 255) = 45.03%
R=31.94%
G=23.04%
B=45.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122881720.290.4900.33264.2933.650.98
Hex7A58AC1D310211082233
Octal17213025435610414104263
Binary1111010101100010101100111011100010100001100001000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A58AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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