#773FB9

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

Shades of Studio #773FB9

Tints of Studio #773FB9

Color information

#773FB9 (or 0x773FB9) is unknown color: approx Studio. HEX triplet: 77, 3F and B9. RGB value is (119,63,185). Sum of RGB (Red+Green+Blue) = 119+63+185=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 185 (72.66% from 255 or 50.41% from 367); Max value from RGB is 185 - color contains mainly: blue. Hex color #773FB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773FB9 is #88C046. Grayscale: #5D5D5D. Windows color (decimal): -8962119 or 12140407. OLE color: 12140407.

HSL color Cylindrical-coordinate representation of color #773FB9: hue angle of 267.54º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773FB9 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11963185-
CMYK0.360.6600.27
HSL267.54º49.19%48.63%-
HSV(B)267.54º65.95%72.55%-
XYZ18.1410.9847.06-
YUV93.65179.55146.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.43%
GREEN value IS 63 (25% from 255) = 17.17%
BLUE value IS 185 (72.66% from 255) = 50.41%
R=32.43%
G=17.17%
B=50.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119631850.360.6600.27267.5449.1948.63
Hex773FB9244201B10c3131
Octal16777271441020334146161
Binary1110111111111101110011001001000010011011100001100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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