Html Css Color HEX #763173 Eminence

📋 copy color: '#763173'

red 118 ◦ green 49 ◦ blue 115

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

Shades of Eminence #763173

Tints of Eminence #763173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.78%

R = 41.84%
G = 17.38%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#763173 (or 0x763173) is known color: Eminence. HEX triplet: 76, 31 and 73. RGB value is (118,49,115). Sum of RGB (Red+Green+Blue) = 118+49+115=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #763173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763173 is #89CE8C. Grayscale: #4C4C4C. Windows color (decimal): -9031309 or 7549302. OLE color: 7549302.

HSL color Cylindrical-coordinate representation of color #763173: hue angle of 302.61º 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 #763173 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 49 115 -
CMYK 0 0.58 0.03 0.54
HSL 302.61º 0.41% 0.33% -
HSV(B) 302.61º 0.58% 0.46% -
XYZ 11.66 7.29 17.01 -
YUV 77.16 149.36 157.13 -
System Red Green Blue C M Y K H S L
Decimal 118 49 115 0 0.58 0.03 0.54 302.61 0.41 0.33
Hex 76 31 73 0 3A 3 36 12F 29 21
Octal 166 61 163 0 72 3 66 457 51 41
Binary 1110110 110001 1110011 0 111010 11 110110 100101111 101001 100001

Color Harmonies of #763173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763173

Black with #763173

Text Example


Text Example

White with #763173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763173; }

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

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

background-color css

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

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

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

border-color css

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

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

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