Html Css Color HEX #773EAD Studio

📋 copy color: '#773EAD'

red 119 ◦ green 62 ◦ blue 173

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

Shades of Studio #773EAD

Tints of Studio #773EAD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.51%

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

R = 33.62%
G = 17.51%
B = 48.87%

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

#773EAD (or 0x773EAD) is known color: Studio. HEX triplet: 77, 3E and AD. RGB value is (119,62,173). Sum of RGB (Red+Green+Blue) = 119+62+173=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #773EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773EAD is #88C152. Grayscale: #5B5B5B. Windows color (decimal): -8962387 or 11353719. OLE color: 11353719.

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

Color convert

RGB 119 62 173 -
CMYK 0.31 0.64 0 0.32
HSL 270.81º 0.47% 0.46% -
HSV(B) 270.81º 0.64% 0.68% -
XYZ 16.87 10.38 40.65 -
YUV 91.7 173.88 147.47 -
System Red Green Blue C M Y K H S L
Decimal 119 62 173 0.31 0.64 0 0.32 270.81 0.47 0.46
Hex 77 3E AD 1F 40 0 20 10F 2F 2E
Octal 167 76 255 37 100 0 40 417 57 56
Binary 1110111 111110 10101101 11111 1000000 0 100000 100001111 101111 101110

Color Harmonies of #773EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773EAD

Black with #773EAD

Text Example


Text Example

White with #773EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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