#773F9E

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

Shades of Studio #773F9E

Tints of Studio #773F9E

Color information

#773F9E (or 0x773F9E) is unknown color: approx Studio. HEX triplet: 77, 3F and 9E. RGB value is (119,63,158). Sum of RGB (Red+Green+Blue) = 119+63+158=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #773F9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773F9E is #88C061. Grayscale: #5A5A5A. Windows color (decimal): -8962146 or 10370935. OLE color: 10370935.

HSL color Cylindrical-coordinate representation of color #773F9E: hue angle of 275.37º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #773F9E is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11963158-
CMYK0.250.6000.38
HSL275.37º42.99%43.33%-
HSV(B)275.37º60.13%61.96%-
XYZ15.569.9533.45-
YUV90.57166.05148.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35%
GREEN value IS 63 (25% from 255) = 18.53%
BLUE value IS 158 (62.11% from 255) = 46.47%
R=35%
G=18.53%
B=46.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119631580.250.6000.38275.3742.9943.33
Hex773F9E193C0261132b2b
Octal1677723631740464235353
Binary111011111111110011110110011111000100110100010011101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773F9E; }

 p { color: rgb(119,63,158); }

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

<style>
 a { background-color: #773F9E; }

 a { background-color: rgb(119,63,158); }

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

<style>
 span { border-color: #773F9E; }

 span { border-color: rgb(119,63,158); }

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