#774A9B

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

Shades of Studio #774A9B

Tints of Studio #774A9B

Color information

#774A9B (or 0x774A9B) is unknown color: approx Studio. HEX triplet: 77, 4A and 9B. RGB value is (119,74,155). Sum of RGB (Red+Green+Blue) = 119+74+155=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #774A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774A9B is #88B564. Grayscale: #606060. Windows color (decimal): -8959333 or 10177143. OLE color: 10177143.

HSL color Cylindrical-coordinate representation of color #774A9B: hue angle of 273.33º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #774A9B is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11974155-
CMYK0.230.5200.39
HSL273.33º35.37%44.9%-
HSV(B)273.33º52.26%60.78%-
XYZ15.9711.1932.33-
YUV96.69160.91143.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.20%
GREEN value IS 74 (29.30% from 255) = 21.26%
BLUE value IS 155 (60.94% from 255) = 44.54%
R=34.20%
G=21.26%
B=44.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal119741550.230.5200.39273.3335.3744.9
Hex774A9B1734027111232d
Octal16711223327640474214355
Binary1110111100101010011011101111101000100111100010001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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