Html Css Color HEX #773A81 Eminence

📋 copy color: '#773A81'

red 119 ◦ green 58 ◦ blue 129

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

Shades of Eminence #773A81

Tints of Eminence #773A81

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.95%

 BLUE value IS 129 (50.78% from 255) = 42.16%

R = 38.89%
G = 18.95%
B = 42.16%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#773A81 (or 0x773A81) is known color: Eminence. HEX triplet: 77, 3A and 81. RGB value is (119,58,129). Sum of RGB (Red+Green+Blue) = 119+58+129=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 129 - color contains mainly: blue. Hex color #773A81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773A81 is #88C57E. Grayscale: #545454. Windows color (decimal): -8963455 or 8469111. OLE color: 8469111.

HSL color Cylindrical-coordinate representation of color #773A81: hue angle of 291.55º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #773A81 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 58 129 -
CMYK 0.08 0.55 0 0.49
HSL 291.55º 0.38% 0.37% -
HSV(B) 291.55º 0.55% 0.51% -
XYZ 13.08 8.53 21.73 -
YUV 84.33 153.21 152.73 -
System Red Green Blue C M Y K H S L
Decimal 119 58 129 0.08 0.55 0 0.49 291.55 0.38 0.37
Hex 77 3A 81 8 37 0 31 124 26 25
Octal 167 72 201 10 67 0 61 444 46 45
Binary 1110111 111010 10000001 1000 110111 0 110001 100100100 100110 100101

Color Harmonies of #773A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773A81

Black with #773A81

Text Example


Text Example

White with #773A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,58,129); }

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

background-color css

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

 a { background-color: rgb(119,58,129); }

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

border-color css

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

 span { border-color: rgb(119,58,129); }

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