#7743AB

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

Shades of Studio #7743AB

Tints of Studio #7743AB

Color information

#7743AB (or 0x7743AB) is unknown color: approx Studio. HEX triplet: 77, 43 and AB. RGB value is (119,67,171). Sum of RGB (Red+Green+Blue) = 119+67+171=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #7743AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7743AB is #88BC54. Grayscale: #5E5E5E. Windows color (decimal): -8961109 or 11223927. OLE color: 11223927.

HSL color Cylindrical-coordinate representation of color #7743AB: hue angle of 270º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7743AB is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11967171-
CMYK0.300.6100.33
HSL270º43.7%46.67%-
HSV(B)270º60.82%67.06%-
XYZ16.9710.8839.73-
YUV94.4171.23145.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.33%
GREEN value IS 67 (26.56% from 255) = 18.77%
BLUE value IS 171 (67.19% from 255) = 47.90%
R=33.33%
G=18.77%
B=47.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119671710.300.6100.3327043.746.67
Hex7743AB1E3D02110e2c2f
Octal16710325336750414165457
Binary1110111100001110101011111101111010100001100001110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7743AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7743AB; }

 p { color: rgb(119,67,171); }

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

<style>
 a { background-color: #7743AB; }

 a { background-color: rgb(119,67,171); }

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

<style>
 span { border-color: #7743AB; }

 span { border-color: rgb(119,67,171); }

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