Html Css Color HEX #774FAB Studio

📋 copy color: '#774FAB'

red 119 ◦ green 79 ◦ blue 171

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

Shades of Studio #774FAB

Tints of Studio #774FAB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.41%

 BLUE value IS 171 (67.19% from 255) = 46.34%

R = 32.25%
G = 21.41%
B = 46.34%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#774FAB (or 0x774FAB) is known color: Studio. HEX triplet: 77, 4F and AB. RGB value is (119,79,171). Sum of RGB (Red+Green+Blue) = 119+79+171=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #774FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774FAB is #88B054. Grayscale: #656565. Windows color (decimal): -8958037 or 11226999. OLE color: 11226999.

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

Color convert

RGB 119 79 171 -
CMYK 0.30 0.54 0 0.33
HSL 266.09º 0.37% 0.49% -
HSV(B) 266.09º 0.54% 0.67% -
XYZ 17.75 12.45 40 -
YUV 101.45 167.25 140.52 -
System Red Green Blue C M Y K H S L
Decimal 119 79 171 0.30 0.54 0 0.33 266.09 0.37 0.49
Hex 77 4F AB 1E 36 0 21 10A 25 31
Octal 167 117 253 36 66 0 41 412 45 61
Binary 1110111 1001111 10101011 11110 110110 0 100001 100001010 100101 110001

Color Harmonies of #774FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774FAB

Black with #774FAB

Text Example


Text Example

White with #774FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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