Html Css Color HEX #773F9E Studio

📋 copy color: '#773F9E'

red 119 ◦ green 63 ◦ blue 158

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

Shades of Studio #773F9E

Tints of Studio #773F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 46.47%

R = 35%
G = 18.53%
B = 46.47%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#773F9E (or 0x773F9E) is known color: Studio. HEX triplet: 77, 3F and 9E. RGB value is (119,63,158). Sum of RGB (Red+Green+Blue) = 119+63+158=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #773F9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773F9E is #88C061. Grayscale: #5A5A5A. Windows color (decimal): -8962146 or 10370935. OLE color: 10370935.

HSL color Cylindrical-coordinate representation of color #773F9E: hue angle of 275.37º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #773F9E is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 63 158 -
CMYK 0.25 0.60 0 0.38
HSL 275.37º 0.43% 0.43% -
HSV(B) 275.37º 0.6% 0.62% -
XYZ 15.56 9.95 33.45 -
YUV 90.57 166.05 148.28 -
System Red Green Blue C M Y K H S L
Decimal 119 63 158 0.25 0.60 0 0.38 275.37 0.43 0.43
Hex 77 3F 9E 19 3C 0 26 113 2B 2B
Octal 167 77 236 31 74 0 46 423 53 53
Binary 1110111 111111 10011110 11001 111100 0 100110 100010011 101011 101011

Color Harmonies of #773F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F9E

Black with #773F9E

Text Example


Text Example

White with #773F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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