Html Css Color HEX #764180 Eminence

📋 copy color: '#764180'

red 118 ◦ green 65 ◦ blue 128

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

Shades of Eminence #764180

Tints of Eminence #764180

RGB

 RED value IS 118 (46.48% from 255) = 37.94%

 GREEN value IS 65 (25.78% from 255) = 20.9%

 BLUE value IS 128 (50.39% from 255) = 41.16%

R = 37.94%
G = 20.9%
B = 41.16%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#764180 (or 0x764180) is known color: Eminence. HEX triplet: 76, 41 and 80. RGB value is (118,65,128). Sum of RGB (Red+Green+Blue) = 118+65+128=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 128 - color contains mainly: blue. Hex color #764180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764180 is #89BE7F. Grayscale: #575757. Windows color (decimal): -9027200 or 8405366. OLE color: 8405366.

HSL color Cylindrical-coordinate representation of color #764180: hue angle of 290.48º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #764180 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 65 128 -
CMYK 0.08 0.49 0 0.50
HSL 290.48º 0.33% 0.38% -
HSV(B) 290.48º 0.49% 0.5% -
XYZ 13.26 9.19 21.5 -
YUV 88.03 150.56 149.38 -
System Red Green Blue C M Y K H S L
Decimal 118 65 128 0.08 0.49 0 0.50 290.48 0.33 0.38
Hex 76 41 80 8 31 0 32 122 21 26
Octal 166 101 200 10 61 0 62 442 41 46
Binary 1110110 1000001 10000000 1000 110001 0 110010 100100010 100001 100110

Color Harmonies of #764180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764180

Black with #764180

Text Example


Text Example

White with #764180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764180; }

 p { color: rgb(118,65,128); }

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

background-color css

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

 a { background-color: rgb(118,65,128); }

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

border-color css

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

 span { border-color: rgb(118,65,128); }

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