#7A57A4

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

Shades of Studio #7A57A4

Tints of Studio #7A57A4

Color information

#7A57A4 (or 0x7A57A4) is unknown color: approx Studio. HEX triplet: 7A, 57 and A4. RGB value is (122,87,164). Sum of RGB (Red+Green+Blue) = 122+87+164=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 164 - color contains mainly: blue. Hex color #7A57A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A57A4 is #85A85B. Grayscale: #696969. Windows color (decimal): -8759388 or 10770298. OLE color: 10770298.

HSL color Cylindrical-coordinate representation of color #7A57A4: hue angle of 267.27º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A57A4 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12287164-
CMYK0.260.4700.36
HSL267.27º30.68%49.22%-
HSV(B)267.27º46.95%64.31%-
XYZ18.1413.6336.8-
YUV106.24160.6139.24-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.71%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 164 (64.45% from 255) = 43.97%
R=32.71%
G=23.32%
B=43.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal122871640.260.4700.36267.2730.6849.22
Hex7A57A41A2F02410b1f31
Octal17212724432570444133761
Binary111101010101111010010011010101111010010010000101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A57A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,87,164); }

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

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

 a { background-color: rgb(122,87,164); }

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

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

 span { border-color: rgb(122,87,164); }

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