#774DA3

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

Shades of Studio #774DA3

Tints of Studio #774DA3

Color information

#774DA3 (or 0x774DA3) is unknown color: approx Studio. HEX triplet: 77, 4D and A3. RGB value is (119,77,163). Sum of RGB (Red+Green+Blue) = 119+77+163=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 163 - color contains mainly: blue. Hex color #774DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774DA3 is #88B25C. Grayscale: #636363. Windows color (decimal): -8958557 or 10702199. OLE color: 10702199.

HSL color Cylindrical-coordinate representation of color #774DA3: hue angle of 269.3º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #774DA3 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11977163-
CMYK0.270.5300.36
HSL269.3º35.83%47.06%-
HSV(B)269.3º52.76%63.92%-
XYZ16.8711.8736.05-
YUV99.36163.91142.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.15%
GREEN value IS 77 (30.47% from 255) = 21.45%
BLUE value IS 163 (64.06% from 255) = 45.40%
R=33.15%
G=21.45%
B=45.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119771630.270.5300.36269.335.8347.06
Hex774DA31B3502410d242f
Octal16711524333650444154457
Binary1110111100110110100011110111101010100100100001101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774DA3; }

 p { color: rgb(119,77,163); }

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

<style>
 a { background-color: #774DA3; }

 a { background-color: rgb(119,77,163); }

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

<style>
 span { border-color: #774DA3; }

 span { border-color: rgb(119,77,163); }

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