Html Css Color HEX #773F9C Studio

📋 copy color: '#773F9C'

red 119 ◦ green 63 ◦ blue 156

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

Shades of Studio #773F9C

Tints of Studio #773F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.15%

R = 35.21%
G = 18.64%
B = 46.15%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#773F9C (or 0x773F9C) is known color: Studio. HEX triplet: 77, 3F and 9C. RGB value is (119,63,156). Sum of RGB (Red+Green+Blue) = 119+63+156=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #773F9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773F9C is #88C063. Grayscale: #5A5A5A. Windows color (decimal): -8962148 or 10239863. OLE color: 10239863.

HSL color Cylindrical-coordinate representation of color #773F9C: hue angle of 276.13º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #773F9C is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 63 156 -
CMYK 0.24 0.60 0 0.39
HSL 276.13º 0.42% 0.43% -
HSV(B) 276.13º 0.6% 0.61% -
XYZ 15.39 9.88 32.55 -
YUV 90.35 165.05 148.44 -
System Red Green Blue C M Y K H S L
Decimal 119 63 156 0.24 0.60 0 0.39 276.13 0.42 0.43
Hex 77 3F 9C 18 3C 0 27 114 2A 2B
Octal 167 77 234 30 74 0 47 424 52 53
Binary 1110111 111111 10011100 11000 111100 0 100111 100010100 101010 101011

Color Harmonies of #773F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F9C

Black with #773F9C

Text Example


Text Example

White with #773F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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