Html Css Color HEX #763E82 Eminence

📋 copy color: '#763E82'

red 118 ◦ green 62 ◦ blue 130

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

Shades of Eminence #763E82

Tints of Eminence #763E82

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20%

 BLUE value IS 130 (51.17% from 255) = 41.94%

R = 38.06%
G = 20%
B = 41.94%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#763E82 (or 0x763E82) is known color: Eminence. HEX triplet: 76, 3E and 82. RGB value is (118,62,130). Sum of RGB (Red+Green+Blue) = 118+62+130=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 130 - color contains mainly: blue. Hex color #763E82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763E82 is #89C17D. Grayscale: #565656. Windows color (decimal): -9027966 or 8535670. OLE color: 8535670.

HSL color Cylindrical-coordinate representation of color #763E82: hue angle of 289.41º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #763E82 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 62 130 -
CMYK 0.09 0.52 0 0.49
HSL 289.41º 0.35% 0.38% -
HSV(B) 289.41º 0.52% 0.51% -
XYZ 13.22 8.91 22.14 -
YUV 86.5 152.55 150.47 -
System Red Green Blue C M Y K H S L
Decimal 118 62 130 0.09 0.52 0 0.49 289.41 0.35 0.38
Hex 76 3E 82 9 34 0 31 121 23 26
Octal 166 76 202 11 64 0 61 441 43 46
Binary 1110110 111110 10000010 1001 110100 0 110001 100100001 100011 100110

Color Harmonies of #763E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763E82

Black with #763E82

Text Example


Text Example

White with #763E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,62,130); }

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

background-color css

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

 a { background-color: rgb(118,62,130); }

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

border-color css

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

 span { border-color: rgb(118,62,130); }

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