#774DAF

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

Shades of Studio #774DAF

Tints of Studio #774DAF

Color information

#774DAF (or 0x774DAF) is unknown color: approx Studio. HEX triplet: 77, 4D and AF. RGB value is (119,77,175). Sum of RGB (Red+Green+Blue) = 119+77+175=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #774DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774DAF is #88B250. Grayscale: #646464. Windows color (decimal): -8958545 or 11488631. OLE color: 11488631.

HSL color Cylindrical-coordinate representation of color #774DAF: hue angle of 265.71º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #774DAF is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11977175-
CMYK0.320.5600.31
HSL265.71º38.89%49.41%-
HSV(B)265.71º56%68.63%-
XYZ1812.3241.99-
YUV100.73169.91141.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.08%
GREEN value IS 77 (30.47% from 255) = 20.75%
BLUE value IS 175 (68.75% from 255) = 47.17%
R=32.08%
G=20.75%
B=47.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal119771750.320.5600.31265.7138.8949.41
Hex774DAF203801F10a2731
Octal16711525740700374124761
Binary1110111100110110101111100000111000011111100001010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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