Html Css Color HEX #763671 Eminence

📋 copy color: '#763671'

red 118 ◦ green 54 ◦ blue 113

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

Shades of Eminence #763671

Tints of Eminence #763671

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.95%

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

R = 41.4%
G = 18.95%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#763671 (or 0x763671) is known color: Eminence. HEX triplet: 76, 36 and 71. RGB value is (118,54,113). Sum of RGB (Red+Green+Blue) = 118+54+113=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #763671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763671 is #89C98E. Grayscale: #4F4F4F. Windows color (decimal): -9030031 or 7419510. OLE color: 7419510.

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

Color convert

RGB 118 54 113 -
CMYK 0 0.54 0.04 0.54
HSL 304.69º 0.37% 0.34% -
HSV(B) 304.69º 0.54% 0.46% -
XYZ 11.77 7.68 16.49 -
YUV 79.86 146.7 155.2 -
System Red Green Blue C M Y K H S L
Decimal 118 54 113 0 0.54 0.04 0.54 304.69 0.37 0.34
Hex 76 36 71 0 36 4 36 131 25 22
Octal 166 66 161 0 66 4 66 461 45 42
Binary 1110110 110110 1110001 0 110110 100 110110 100110001 100101 100010

Color Harmonies of #763671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763671

Black with #763671

Text Example


Text Example

White with #763671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763671; }

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

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

background-color css

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

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

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

border-color css

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

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

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