#7A59AC

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

Shades of Studio #7A59AC

Tints of Studio #7A59AC

Color information

#7A59AC (or 0x7A59AC) is unknown color: approx Studio. HEX triplet: 7A, 59 and AC. RGB value is (122,89,172). Sum of RGB (Red+Green+Blue) = 122+89+172=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A59AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A59AC is #85A653. Grayscale: #6C6C6C. Windows color (decimal): -8758868 or 11295098. OLE color: 11295098.

HSL color Cylindrical-coordinate representation of color #7A59AC: hue angle of 263.86º 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 #7A59AC is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12289172-
CMYK0.290.4800.33
HSL263.86º33.33%51.18%-
HSV(B)263.86º48.26%67.45%-
XYZ19.0414.2640.78-
YUV108.33163.93137.75-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.85%
GREEN value IS 89 (35.16% from 255) = 23.24%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=31.85%
G=23.24%
B=44.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122891720.290.4800.33263.8633.3351.18
Hex7A59AC1D300211082133
Octal17213125435600414104163
Binary1111010101100110101100111011100000100001100001000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A59AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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