Html Css Color HEX #773681 Eminence

📋 copy color: '#773681'

red 119 ◦ green 54 ◦ blue 129

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

Shades of Eminence #773681

Tints of Eminence #773681

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.88%

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

R = 39.4%
G = 17.88%
B = 42.72%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#773681 (or 0x773681) is known color: Eminence. HEX triplet: 77, 36 and 81. RGB value is (119,54,129). Sum of RGB (Red+Green+Blue) = 119+54+129=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 129 - color contains mainly: blue. Hex color #773681 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773681 is #88C97E. Grayscale: #515151. Windows color (decimal): -8964479 or 8468087. OLE color: 8468087.

HSL color Cylindrical-coordinate representation of color #773681: hue angle of 292º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #773681 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 54 129 -
CMYK 0.08 0.58 0 0.49
HSL 292º 0.41% 0.36% -
HSV(B) 292º 0.58% 0.51% -
XYZ 12.89 8.15 21.66 -
YUV 81.99 154.53 154.4 -
System Red Green Blue C M Y K H S L
Decimal 119 54 129 0.08 0.58 0 0.49 292 0.41 0.36
Hex 77 36 81 8 3A 0 31 124 29 24
Octal 167 66 201 10 72 0 61 444 51 44
Binary 1110111 110110 10000001 1000 111010 0 110001 100100100 101001 100100

Color Harmonies of #773681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773681

Black with #773681

Text Example


Text Example

White with #773681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773681; }

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

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

background-color css

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

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

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

border-color css

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

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

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