Html Css Color HEX #763D80 Eminence

📋 copy color: '#763D80'

red 118 ◦ green 61 ◦ blue 128

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

Shades of Eminence #763D80

Tints of Eminence #763D80

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.87%

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

R = 38.44%
G = 19.87%
B = 41.69%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#763D80 (or 0x763D80) is known color: Eminence. HEX triplet: 76, 3D and 80. RGB value is (118,61,128). Sum of RGB (Red+Green+Blue) = 118+61+128=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 128 - color contains mainly: blue. Hex color #763D80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763D80 is #89C27F. Grayscale: #555555. Windows color (decimal): -9028224 or 8404342. OLE color: 8404342.

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

Color convert

RGB 118 61 128 -
CMYK 0.08 0.52 0 0.50
HSL 291.04º 0.35% 0.37% -
HSV(B) 291.04º 0.52% 0.5% -
XYZ 13.04 8.75 21.42 -
YUV 85.68 151.88 151.05 -
System Red Green Blue C M Y K H S L
Decimal 118 61 128 0.08 0.52 0 0.50 291.04 0.35 0.37
Hex 76 3D 80 8 34 0 32 123 23 25
Octal 166 75 200 10 64 0 62 443 43 45
Binary 1110110 111101 10000000 1000 110100 0 110010 100100011 100011 100101

Color Harmonies of #763D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D80

Black with #763D80

Text Example


Text Example

White with #763D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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