#7A50AB

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

Shades of Studio #7A50AB

Tints of Studio #7A50AB

Color information

#7A50AB (or 0x7A50AB) is unknown color: approx Studio. HEX triplet: 7A, 50 and AB. RGB value is (122,80,171). Sum of RGB (Red+Green+Blue) = 122+80+171=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A50AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A50AB is #85AF54. Grayscale: #666666. Windows color (decimal): -8761173 or 11227258. OLE color: 11227258.

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

Color convert

RGB12280171-
CMYK0.290.5300.33
HSL267.69º36.25%49.22%-
HSV(B)267.69º53.22%67.06%-
XYZ18.2512.8240.04-
YUV102.93166.41141.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.71%
GREEN value IS 80 (31.64% from 255) = 21.45%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=32.71%
G=21.45%
B=45.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122801710.290.5300.33267.6936.2549.22
Hex7A50AB1D3502110c2431
Octal17212025335650414144461
Binary1111010101000010101011111011101010100001100001100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A50AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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