Html Css Color HEX #763176 Eminence

📋 copy color: '#763176'

red 118 ◦ green 49 ◦ blue 118

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

Shades of Eminence #763176

Tints of Eminence #763176

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.19%

 BLUE value IS 118 (46.48% from 255) = 41.4%

R = 41.4%
G = 17.19%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#763176 (or 0x763176) is known color: Eminence. HEX triplet: 76, 31 and 76. RGB value is (118,49,118). Sum of RGB (Red+Green+Blue) = 118+49+118=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #763176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763176 is #89CE89. Grayscale: #4D4D4D. Windows color (decimal): -9031306 or 7745910. OLE color: 7745910.

HSL color Cylindrical-coordinate representation of color #763176: hue angle of 300º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763176 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 49 118 -
CMYK 0 0.58 0 0.54
HSL 300º 0.41% 0.33% -
HSV(B) 300º 0.58% 0.46% -
XYZ 11.84 7.36 17.94 -
YUV 77.5 150.86 156.89 -
System Red Green Blue C M Y K H S L
Decimal 118 49 118 0 0.58 0 0.54 300 0.41 0.33
Hex 76 31 76 0 3A 0 36 12C 29 21
Octal 166 61 166 0 72 0 66 454 51 41
Binary 1110110 110001 1110110 0 111010 0 110110 100101100 101001 100001

Color Harmonies of #763176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763176

Black with #763176

Text Example


Text Example

White with #763176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763176; }

 p { color: rgb(118,49,118); }

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

background-color css

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

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

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

border-color css

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

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

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