Html Css Color HEX #774DA3 Studio

📋 copy color: '#774DA3'

red 119 ◦ green 77 ◦ blue 163

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

Shades of Studio #774DA3

Tints of Studio #774DA3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.45%

 BLUE value IS 163 (64.06% from 255) = 45.4%

R = 33.15%
G = 21.45%
B = 45.4%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#774DA3 (or 0x774DA3) is known color: Studio. HEX triplet: 77, 4D and A3. RGB value is (119,77,163). Sum of RGB (Red+Green+Blue) = 119+77+163=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 163 - color contains mainly: blue. Hex color #774DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774DA3 is #88B25C. Grayscale: #636363. Windows color (decimal): -8958557 or 10702199. OLE color: 10702199.

HSL color Cylindrical-coordinate representation of color #774DA3: hue angle of 269.3º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #774DA3 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 77 163 -
CMYK 0.27 0.53 0 0.36
HSL 269.3º 0.36% 0.47% -
HSV(B) 269.3º 0.53% 0.64% -
XYZ 16.87 11.87 36.05 -
YUV 99.36 163.91 142.01 -
System Red Green Blue C M Y K H S L
Decimal 119 77 163 0.27 0.53 0 0.36 269.3 0.36 0.47
Hex 77 4D A3 1B 35 0 24 10D 24 2F
Octal 167 115 243 33 65 0 44 415 44 57
Binary 1110111 1001101 10100011 11011 110101 0 100100 100001101 100100 101111

Color Harmonies of #774DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774DA3

Black with #774DA3

Text Example


Text Example

White with #774DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,77,163); }

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

background-color css

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

 a { background-color: rgb(119,77,163); }

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

border-color css

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

 span { border-color: rgb(119,77,163); }

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