Html Css Color HEX #773FAA Studio

📋 copy color: '#773FAA'

red 119 ◦ green 63 ◦ blue 170

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

Shades of Studio #773FAA

Tints of Studio #773FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 17.9%

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

R = 33.81%
G = 17.9%
B = 48.3%

CMYK

 C value IS 0.3

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#773FAA (or 0x773FAA) is known color: Studio. HEX triplet: 77, 3F and AA. RGB value is (119,63,170). Sum of RGB (Red+Green+Blue) = 119+63+170=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #773FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773FAA is #88C055. Grayscale: #5B5B5B. Windows color (decimal): -8962134 or 11157367. OLE color: 11157367.

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

Color convert

RGB 119 63 170 -
CMYK 0.3 0.63 0 0.33
HSL 271.4º 0.46% 0.46% -
HSV(B) 271.4º 0.63% 0.67% -
XYZ 16.64 10.38 39.16 -
YUV 91.94 172.05 147.3 -
System Red Green Blue C M Y K H S L
Decimal 119 63 170 0.3 0.63 0 0.33 271.4 0.46 0.46
Hex 77 3F AA 1E 3F 0 21 10F 2E 2E
Octal 167 77 252 36 77 0 41 417 56 56
Binary 1110111 111111 10101010 11110 111111 0 100001 100001111 101110 101110

Color Harmonies of #773FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773FAA

Black with #773FAA

Text Example


Text Example

White with #773FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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