Html Css Color HEX #773FAC Studio

📋 copy color: '#773FAC'

red 119 ◦ green 63 ◦ blue 172

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

Shades of Studio #773FAC

Tints of Studio #773FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.59%

R = 33.62%
G = 17.8%
B = 48.59%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#773FAC (or 0x773FAC) is known color: Studio. HEX triplet: 77, 3F and AC. RGB value is (119,63,172). Sum of RGB (Red+Green+Blue) = 119+63+172=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #773FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773FAC is #88C053. Grayscale: #5B5B5B. Windows color (decimal): -8962132 or 11288439. OLE color: 11288439.

HSL color Cylindrical-coordinate representation of color #773FAC: hue angle of 270.83º 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 #773FAC is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 63 172 -
CMYK 0.31 0.63 0 0.33
HSL 270.83º 0.46% 0.46% -
HSV(B) 270.83º 0.63% 0.67% -
XYZ 16.83 10.46 40.16 -
YUV 92.17 173.05 147.14 -
System Red Green Blue C M Y K H S L
Decimal 119 63 172 0.31 0.63 0 0.33 270.83 0.46 0.46
Hex 77 3F AC 1F 3F 0 21 10F 2E 2E
Octal 167 77 254 37 77 0 41 417 56 56
Binary 1110111 111111 10101100 11111 111111 0 100001 100001111 101110 101110

Color Harmonies of #773FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773FAC

Black with #773FAC

Text Example


Text Example

White with #773FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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