#773FB6

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

Shades of Studio #773FB6

Tints of Studio #773FB6

Color information

#773FB6 (or 0x773FB6) is unknown color: approx Studio. HEX triplet: 77, 3F and B6. RGB value is (119,63,182). Sum of RGB (Red+Green+Blue) = 119+63+182=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 182 (71.48% from 255 or 50% from 364); Max value from RGB is 182 - color contains mainly: blue. Hex color #773FB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773FB6 is #88C049. Grayscale: #5C5C5C. Windows color (decimal): -8962122 or 11943799. OLE color: 11943799.

HSL color Cylindrical-coordinate representation of color #773FB6: hue angle of 268.24º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #773FB6 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11963182-
CMYK0.350.6500.29
HSL268.24º48.57%48.04%-
HSV(B)268.24º65.38%71.37%-
XYZ17.8310.8545.41-
YUV93.31178.05146.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.69%
GREEN value IS 63 (25% from 255) = 17.31%
BLUE value IS 182 (71.48% from 255) = 50%
R=32.69%
G=17.31%
B=50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal119631820.350.6500.29268.2448.5748.04
Hex773FB6234101D10c3130
Octal16777266431010354146160
Binary1110111111111101101101000111000001011101100001100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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