Html Css Color HEX #763D71 Eminence

📋 copy color: '#763D71'

red 118 ◦ green 61 ◦ blue 113

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

Shades of Eminence #763D71

Tints of Eminence #763D71

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.89%

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

R = 40.41%
G = 20.89%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#763D71 (or 0x763D71) is known color: Eminence. HEX triplet: 76, 3D and 71. RGB value is (118,61,113). Sum of RGB (Red+Green+Blue) = 118+61+113=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #763D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763D71 is #89C28E. Grayscale: #535353. Windows color (decimal): -9028239 or 7421302. OLE color: 7421302.

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

Color convert

RGB 118 61 113 -
CMYK 0 0.48 0.04 0.54
HSL 305.26º 0.32% 0.35% -
HSV(B) 305.26º 0.48% 0.46% -
XYZ 12.12 8.38 16.6 -
YUV 83.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 118 61 113 0 0.48 0.04 0.54 305.26 0.32 0.35
Hex 76 3D 71 0 30 4 36 131 20 23
Octal 166 75 161 0 60 4 66 461 40 43
Binary 1110110 111101 1110001 0 110000 100 110110 100110001 100000 100011

Color Harmonies of #763D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D71

Black with #763D71

Text Example


Text Example

White with #763D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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