Html Css Color HEX #773EAE Studio

📋 copy color: '#773EAE'

red 119 ◦ green 62 ◦ blue 174

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

Shades of Studio #773EAE

Tints of Studio #773EAE

RGB

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

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

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

R = 33.52%
G = 17.46%
B = 49.01%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#773EAE (or 0x773EAE) is known color: Studio. HEX triplet: 77, 3E and AE. RGB value is (119,62,174). Sum of RGB (Red+Green+Blue) = 119+62+174=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #773EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773EAE is #88C151. Grayscale: #5B5B5B. Windows color (decimal): -8962386 or 11419255. OLE color: 11419255.

HSL color Cylindrical-coordinate representation of color #773EAE: hue angle of 270.54º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #773EAE is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 62 174 -
CMYK 0.32 0.64 0 0.32
HSL 270.54º 0.47% 0.46% -
HSV(B) 270.54º 0.64% 0.68% -
XYZ 16.97 10.42 41.16 -
YUV 91.81 174.38 147.39 -
System Red Green Blue C M Y K H S L
Decimal 119 62 174 0.32 0.64 0 0.32 270.54 0.47 0.46
Hex 77 3E AE 20 40 0 20 10F 2F 2E
Octal 167 76 256 40 100 0 40 417 57 56
Binary 1110111 111110 10101110 100000 1000000 0 100000 100001111 101111 101110

Color Harmonies of #773EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773EAE

Black with #773EAE

Text Example


Text Example

White with #773EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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