Html Css Color HEX #773EAA Studio

📋 copy color: '#773EAA'

red 119 ◦ green 62 ◦ blue 170

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

Shades of Studio #773EAA

Tints of Studio #773EAA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.66%

 BLUE value IS 170 (66.8% from 255) = 48.43%

R = 33.9%
G = 17.66%
B = 48.43%

CMYK

 C value IS 0.3

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#773EAA (or 0x773EAA) is known color: Studio. HEX triplet: 77, 3E and AA. RGB value is (119,62,170). Sum of RGB (Red+Green+Blue) = 119+62+170=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #773EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773EAA is #88C155. Grayscale: #5A5A5A. Windows color (decimal): -8962390 or 11157111. OLE color: 11157111.

HSL color Cylindrical-coordinate representation of color #773EAA: hue angle of 271.67º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #773EAA is Cyan = 0.3, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 62 170 -
CMYK 0.3 0.64 0 0.33
HSL 271.67º 0.47% 0.45% -
HSV(B) 271.67º 0.64% 0.67% -
XYZ 16.59 10.27 39.14 -
YUV 91.36 172.38 147.72 -
System Red Green Blue C M Y K H S L
Decimal 119 62 170 0.3 0.64 0 0.33 271.67 0.47 0.45
Hex 77 3E AA 1E 40 0 21 110 2F 2D
Octal 167 76 252 36 100 0 41 420 57 55
Binary 1110111 111110 10101010 11110 1000000 0 100001 100010000 101111 101101

Color Harmonies of #773EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773EAA

Black with #773EAA

Text Example


Text Example

White with #773EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773EAA; }

 p { color: rgb(119,62,170); }

 H1.HeaderClassName
 {
   color: #773EAA;
 }
 .AnyTagClassName
 {
   color: #773EAA;
 }
</style>

background-color css

<style>
 a { background-color: #773EAA; }

 a { background-color: rgb(119,62,170); }

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

border-color css

<style>
 span { border-color: #773EAA; }

 span { border-color: rgb(119,62,170); }

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