#774BAB

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

Shades of Studio #774BAB

Tints of Studio #774BAB

Color information

#774BAB (or 0x774BAB) is unknown color: approx Studio. HEX triplet: 77, 4B and AB. RGB value is (119,75,171). Sum of RGB (Red+Green+Blue) = 119+75+171=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #774BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774BAB is #88B454. Grayscale: #626262. Windows color (decimal): -8959061 or 11225975. OLE color: 11225975.

HSL color Cylindrical-coordinate representation of color #774BAB: hue angle of 267.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #774BAB is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11975171-
CMYK0.300.5600.33
HSL267.5º39.02%48.24%-
HSV(B)267.5º56.14%67.06%-
XYZ17.4711.8939.9-
YUV99.1168.58142.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.60%
GREEN value IS 75 (29.69% from 255) = 20.55%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=32.60%
G=20.55%
B=46.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119751710.300.5600.33267.539.0248.24
Hex774BAB1E3802110c2730
Octal16711325336700414144760
Binary1110111100101110101011111101110000100001100001100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,75,171); }

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

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

 a { background-color: rgb(119,75,171); }

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

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

 span { border-color: rgb(119,75,171); }

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