Html Css Color HEX #773EAF Studio

📋 copy color: '#773EAF'

red 119 ◦ green 62 ◦ blue 175

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

Shades of Studio #773EAF

Tints of Studio #773EAF

RGB

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

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

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

R = 33.43%
G = 17.42%
B = 49.16%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#773EAF (or 0x773EAF) is known color: Studio. HEX triplet: 77, 3E and AF. RGB value is (119,62,175). Sum of RGB (Red+Green+Blue) = 119+62+175=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #773EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773EAF is #88C150. Grayscale: #5B5B5B. Windows color (decimal): -8962385 or 11484791. OLE color: 11484791.

HSL color Cylindrical-coordinate representation of color #773EAF: hue angle of 270.27º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #773EAF is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 62 175 -
CMYK 0.32 0.65 0 0.31
HSL 270.27º 0.48% 0.46% -
HSV(B) 270.27º 0.65% 0.69% -
XYZ 17.07 10.46 41.68 -
YUV 91.93 174.88 147.31 -
System Red Green Blue C M Y K H S L
Decimal 119 62 175 0.32 0.65 0 0.31 270.27 0.48 0.46
Hex 77 3E AF 20 41 0 1F 10E 30 2E
Octal 167 76 257 40 101 0 37 416 60 56
Binary 1110111 111110 10101111 100000 1000001 0 11111 100001110 110000 101110

Color Harmonies of #773EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773EAF

Black with #773EAF

Text Example


Text Example

White with #773EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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