Html Css Color HEX #774FAE Studio

📋 copy color: '#774FAE'

red 119 ◦ green 79 ◦ blue 174

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

Shades of Studio #774FAE

Tints of Studio #774FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.77%

R = 31.99%
G = 21.24%
B = 46.77%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#774FAE (or 0x774FAE) is known color: Studio. HEX triplet: 77, 4F and AE. RGB value is (119,79,174). Sum of RGB (Red+Green+Blue) = 119+79+174=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #774FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774FAE is #88B051. Grayscale: #656565. Windows color (decimal): -8958034 or 11423607. OLE color: 11423607.

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

Color convert

RGB 119 79 174 -
CMYK 0.32 0.55 0 0.32
HSL 265.26º 0.38% 0.5% -
HSV(B) 265.26º 0.55% 0.68% -
XYZ 18.04 12.57 41.52 -
YUV 101.79 168.75 140.28 -
System Red Green Blue C M Y K H S L
Decimal 119 79 174 0.32 0.55 0 0.32 265.26 0.38 0.5
Hex 77 4F AE 20 37 0 20 109 26 32
Octal 167 117 256 40 67 0 40 411 46 62
Binary 1110111 1001111 10101110 100000 110111 0 100000 100001001 100110 110010

Color Harmonies of #774FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774FAE

Black with #774FAE

Text Example


Text Example

White with #774FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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