Html Css Color HEX #773FAD Studio

📋 copy color: '#773FAD'

red 119 ◦ green 63 ◦ blue 173

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

Shades of Studio #773FAD

Tints of Studio #773FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.73%

R = 33.52%
G = 17.75%
B = 48.73%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#773FAD (or 0x773FAD) is known color: Studio. HEX triplet: 77, 3F and AD. RGB value is (119,63,173). Sum of RGB (Red+Green+Blue) = 119+63+173=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #773FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773FAD is #88C052. Grayscale: #5B5B5B. Windows color (decimal): -8962131 or 11353975. OLE color: 11353975.

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

Color convert

RGB 119 63 173 -
CMYK 0.31 0.64 0 0.32
HSL 270.55º 0.47% 0.46% -
HSV(B) 270.55º 0.64% 0.68% -
XYZ 16.93 10.49 40.67 -
YUV 92.28 173.55 147.06 -
System Red Green Blue C M Y K H S L
Decimal 119 63 173 0.31 0.64 0 0.32 270.55 0.47 0.46
Hex 77 3F AD 1F 40 0 20 10F 2F 2E
Octal 167 77 255 37 100 0 40 417 57 56
Binary 1110111 111111 10101101 11111 1000000 0 100000 100001111 101111 101110

Color Harmonies of #773FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773FAD

Black with #773FAD

Text Example


Text Example

White with #773FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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