Html Css Color HEX #763C80 Eminence

📋 copy color: '#763C80'

red 118 ◦ green 60 ◦ blue 128

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

Shades of Eminence #763C80

Tints of Eminence #763C80

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.61%

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

R = 38.56%
G = 19.61%
B = 41.83%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#763C80 (or 0x763C80) is known color: Eminence. HEX triplet: 76, 3C and 80. RGB value is (118,60,128). Sum of RGB (Red+Green+Blue) = 118+60+128=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 128 - color contains mainly: blue. Hex color #763C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763C80 is #89C37F. Grayscale: #545454. Windows color (decimal): -9028480 or 8404086. OLE color: 8404086.

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

Color convert

RGB 118 60 128 -
CMYK 0.08 0.53 0 0.50
HSL 291.18º 0.36% 0.37% -
HSV(B) 291.18º 0.53% 0.5% -
XYZ 12.98 8.64 21.41 -
YUV 85.09 152.22 151.47 -
System Red Green Blue C M Y K H S L
Decimal 118 60 128 0.08 0.53 0 0.50 291.18 0.36 0.37
Hex 76 3C 80 8 35 0 32 123 24 25
Octal 166 74 200 10 65 0 62 443 44 45
Binary 1110110 111100 10000000 1000 110101 0 110010 100100011 100100 100101

Color Harmonies of #763C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C80

Black with #763C80

Text Example


Text Example

White with #763C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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