Html Css Color HEX #763E7D Eminence

📋 copy color: '#763E7D'

red 118 ◦ green 62 ◦ blue 125

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

Shades of Eminence #763E7D

Tints of Eminence #763E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.98%

R = 38.69%
G = 20.33%
B = 40.98%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#763E7D (or 0x763E7D) is known color: Eminence. HEX triplet: 76, 3E and 7D. RGB value is (118,62,125). Sum of RGB (Red+Green+Blue) = 118+62+125=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 125 - color contains mainly: blue. Hex color #763E7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763E7D is #89C182. Grayscale: #555555. Windows color (decimal): -9027971 or 8207990. OLE color: 8207990.

HSL color Cylindrical-coordinate representation of color #763E7D: hue angle of 293.33º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #763E7D is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 62 125 -
CMYK 0.06 0.50 0 0.51
HSL 293.33º 0.34% 0.37% -
HSV(B) 293.33º 0.5% 0.49% -
XYZ 12.9 8.78 20.42 -
YUV 85.93 150.05 150.88 -
System Red Green Blue C M Y K H S L
Decimal 118 62 125 0.06 0.50 0 0.51 293.33 0.34 0.37
Hex 76 3E 7D 6 32 0 33 125 22 25
Octal 166 76 175 6 62 0 63 445 42 45
Binary 1110110 111110 1111101 110 110010 0 110011 100100101 100010 100101

Color Harmonies of #763E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763E7D

Black with #763E7D

Text Example


Text Example

White with #763E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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