Html Css Color HEX #764080 Eminence

📋 copy color: '#764080'

red 118 ◦ green 64 ◦ blue 128

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

Shades of Eminence #764080

Tints of Eminence #764080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.65%

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

R = 38.06%
G = 20.65%
B = 41.29%

CMYK

 C value IS 0.08

 M value IS 0.5

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#764080 (or 0x764080) is known color: Eminence. HEX triplet: 76, 40 and 80. RGB value is (118,64,128). Sum of RGB (Red+Green+Blue) = 118+64+128=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #764080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764080 is #89BF7F. Grayscale: #575757. Windows color (decimal): -9027456 or 8405110. OLE color: 8405110.

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

Color convert

RGB 118 64 128 -
CMYK 0.08 0.5 0 0.50
HSL 290.63º 0.33% 0.38% -
HSV(B) 290.63º 0.5% 0.5% -
XYZ 13.2 9.08 21.48 -
YUV 87.44 150.89 149.8 -
System Red Green Blue C M Y K H S L
Decimal 118 64 128 0.08 0.5 0 0.50 290.63 0.33 0.38
Hex 76 40 80 8 32 0 32 123 21 26
Octal 166 100 200 10 62 0 62 443 41 46
Binary 1110110 1000000 10000000 1000 110010 0 110010 100100011 100001 100110

Color Harmonies of #764080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764080

Black with #764080

Text Example


Text Example

White with #764080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764080; }

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

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

background-color css

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

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

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

border-color css

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

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

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