Html Css Color HEX #773FB4 Studio

📋 copy color: '#773FB4'

red 119 ◦ green 63 ◦ blue 180

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

Shades of Studio #773FB4

Tints of Studio #773FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 49.72%

R = 32.87%
G = 17.4%
B = 49.72%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#773FB4 (or 0x773FB4) is known color: Studio. HEX triplet: 77, 3F and B4. RGB value is (119,63,180). Sum of RGB (Red+Green+Blue) = 119+63+180=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 180 (70.70% from 255 or 49.72% from 362); Max value from RGB is 180 - color contains mainly: blue. Hex color #773FB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773FB4 is #88C04B. Grayscale: #5C5C5C. Windows color (decimal): -8962124 or 11812727. OLE color: 11812727.

HSL color Cylindrical-coordinate representation of color #773FB4: hue angle of 268.72º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #773FB4 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 63 180 -
CMYK 0.34 0.65 0 0.29
HSL 268.72º 0.48% 0.48% -
HSV(B) 268.72º 0.65% 0.71% -
XYZ 17.62 10.77 44.33 -
YUV 93.08 177.05 146.49 -
System Red Green Blue C M Y K H S L
Decimal 119 63 180 0.34 0.65 0 0.29 268.72 0.48 0.48
Hex 77 3F B4 22 41 0 1D 10D 30 30
Octal 167 77 264 42 101 0 35 415 60 60
Binary 1110111 111111 10110100 100010 1000001 0 11101 100001101 110000 110000

Color Harmonies of #773FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773FB4

Black with #773FB4

Text Example


Text Example

White with #773FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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