#774A9D

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

Shades of Studio #774A9D

Tints of Studio #774A9D

Color information

#774A9D (or 0x774A9D) is unknown color: approx Studio. HEX triplet: 77, 4A and 9D. RGB value is (119,74,157). Sum of RGB (Red+Green+Blue) = 119+74+157=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #774A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774A9D is #88B562. Grayscale: #606060. Windows color (decimal): -8959331 or 10308215. OLE color: 10308215.

HSL color Cylindrical-coordinate representation of color #774A9D: hue angle of 272.53º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #774A9D is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11974157-
CMYK0.240.5300.38
HSL272.53º35.93%45.29%-
HSV(B)272.53º52.87%61.57%-
XYZ16.1411.2533.22-
YUV96.92161.91143.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34%
GREEN value IS 74 (29.30% from 255) = 21.14%
BLUE value IS 157 (61.72% from 255) = 44.86%
R=34%
G=21.14%
B=44.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119741570.240.5300.38272.5335.9345.29
Hex774A9D1835026111242d
Octal16711223530650464214455
Binary1110111100101010011101110001101010100110100010001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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