Html Css Color HEX #774BAF Studio

📋 copy color: '#774BAF'

red 119 ◦ green 75 ◦ blue 175

#774BAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #774BAF

Tints of Studio #774BAF

RGB

 RED value IS 119 (46.88% from 255) = 32.25%

 GREEN value IS 75 (29.69% from 255) = 20.33%

 BLUE value IS 175 (68.75% from 255) = 47.43%

R = 32.25%
G = 20.33%
B = 47.43%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#774BAF (or 0x774BAF) is known color: Studio. HEX triplet: 77, 4B and AF. RGB value is (119,75,175). Sum of RGB (Red+Green+Blue) = 119+75+175=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #774BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774BAF is #88B450. Grayscale: #636363. Windows color (decimal): -8959057 or 11488119. OLE color: 11488119.

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

Color convert

RGB 119 75 175 -
CMYK 0.32 0.57 0 0.31
HSL 266.4º 0.4% 0.49% -
HSV(B) 266.4º 0.57% 0.69% -
XYZ 17.86 12.05 41.94 -
YUV 99.56 170.58 141.87 -
System Red Green Blue C M Y K H S L
Decimal 119 75 175 0.32 0.57 0 0.31 266.4 0.4 0.49
Hex 77 4B AF 20 39 0 1F 10A 28 31
Octal 167 113 257 40 71 0 37 412 50 61
Binary 1110111 1001011 10101111 100000 111001 0 11111 100001010 101000 110001

Color Harmonies of #774BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774BAF

Black with #774BAF

Text Example


Text Example

White with #774BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #774BAF;
 }
 .AnyTagClassName
 {
   color: #774BAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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