#7A50AF

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

Shades of Studio #7A50AF

Tints of Studio #7A50AF

Color information

#7A50AF (or 0x7A50AF) is unknown color: approx Studio. HEX triplet: 7A, 50 and AF. RGB value is (122,80,175). Sum of RGB (Red+Green+Blue) = 122+80+175=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A50AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A50AF is #85AF50. Grayscale: #676767. Windows color (decimal): -8761169 or 11489402. OLE color: 11489402.

HSL color Cylindrical-coordinate representation of color #7A50AF: hue angle of 266.53º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A50AF is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12280175-
CMYK0.300.5400.31
HSL266.53º37.25%50%-
HSV(B)266.53º54.29%68.63%-
XYZ18.6312.9742.08-
YUV103.39168.41141.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.36%
GREEN value IS 80 (31.64% from 255) = 21.22%
BLUE value IS 175 (68.75% from 255) = 46.42%
R=32.36%
G=21.22%
B=46.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal122801750.300.5400.31266.5337.2550
Hex7A50AF1E3601F10b2532
Octal17212025736660374134562
Binary111101010100001010111111110110110011111100001011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A50AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,80,175); }

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

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

 a { background-color: rgb(122,80,175); }

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

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

 span { border-color: rgb(122,80,175); }

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