#774AA3

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

Shades of Studio #774AA3

Tints of Studio #774AA3

Color information

#774AA3 (or 0x774AA3) is unknown color: approx Studio. HEX triplet: 77, 4A and A3. RGB value is (119,74,163). Sum of RGB (Red+Green+Blue) = 119+74+163=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 163 - color contains mainly: blue. Hex color #774AA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774AA3 is #88B55C. Grayscale: #616161. Windows color (decimal): -8959325 or 10701431. OLE color: 10701431.

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

Color convert

RGB11974163-
CMYK0.270.5500.36
HSL270.34º37.55%46.47%-
HSV(B)270.34º54.6%63.92%-
XYZ16.6711.4635.98-
YUV97.6164.91143.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.43%
GREEN value IS 74 (29.30% from 255) = 20.79%
BLUE value IS 163 (64.06% from 255) = 45.79%
R=33.43%
G=20.79%
B=45.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119741630.270.5500.36270.3437.5546.47
Hex774AA31B3702410e262e
Octal16711224333670444164656
Binary1110111100101010100011110111101110100100100001110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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