Html Css Color HEX #763471 Eminence

📋 copy color: '#763471'

red 118 ◦ green 52 ◦ blue 113

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

Shades of Eminence #763471

Tints of Eminence #763471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.37%

 BLUE value IS 113 (44.53% from 255) = 39.93%

R = 41.7%
G = 18.37%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#763471 (or 0x763471) is known color: Eminence. HEX triplet: 76, 34 and 71. RGB value is (118,52,113). Sum of RGB (Red+Green+Blue) = 118+52+113=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #763471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763471 is #89CB8E. Grayscale: #4E4E4E. Windows color (decimal): -9030543 or 7418998. OLE color: 7418998.

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

Color convert

RGB 118 52 113 -
CMYK 0 0.56 0.04 0.54
HSL 304.55º 0.39% 0.33% -
HSV(B) 304.55º 0.56% 0.46% -
XYZ 11.68 7.5 16.45 -
YUV 78.69 147.37 156.04 -
System Red Green Blue C M Y K H S L
Decimal 118 52 113 0 0.56 0.04 0.54 304.55 0.39 0.33
Hex 76 34 71 0 38 4 36 131 27 21
Octal 166 64 161 0 70 4 66 461 47 41
Binary 1110110 110100 1110001 0 111000 100 110110 100110001 100111 100001

Color Harmonies of #763471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763471

Black with #763471

Text Example


Text Example

White with #763471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763471; }

 p { color: rgb(118,52,113); }

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

background-color css

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

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

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

border-color css

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

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

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