Html Css Color HEX #774FAF Studio

📋 copy color: '#774FAF'

red 119 ◦ green 79 ◦ blue 175

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

Shades of Studio #774FAF

Tints of Studio #774FAF

RGB

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

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

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

R = 31.9%
G = 21.18%
B = 46.92%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#774FAF (or 0x774FAF) is known color: Studio. HEX triplet: 77, 4F and AF. RGB value is (119,79,175). Sum of RGB (Red+Green+Blue) = 119+79+175=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #774FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774FAF is #88B050. Grayscale: #656565. Windows color (decimal): -8958033 or 11489143. OLE color: 11489143.

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

Color convert

RGB 119 79 175 -
CMYK 0.32 0.55 0 0.31
HSL 265º 0.38% 0.5% -
HSV(B) 265º 0.55% 0.69% -
XYZ 18.14 12.61 42.04 -
YUV 101.9 169.25 140.19 -
System Red Green Blue C M Y K H S L
Decimal 119 79 175 0.32 0.55 0 0.31 265 0.38 0.5
Hex 77 4F AF 20 37 0 1F 109 26 32
Octal 167 117 257 40 67 0 37 411 46 62
Binary 1110111 1001111 10101111 100000 110111 0 11111 100001001 100110 110010

Color Harmonies of #774FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774FAF

Black with #774FAF

Text Example


Text Example

White with #774FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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