Html Css Color HEX #763C73 Eminence

📋 copy color: '#763C73'

red 118 ◦ green 60 ◦ blue 115

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

Shades of Eminence #763C73

Tints of Eminence #763C73

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.48%

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

R = 40.27%
G = 20.48%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#763C73 (or 0x763C73) is known color: Eminence. HEX triplet: 76, 3C and 73. RGB value is (118,60,115). Sum of RGB (Red+Green+Blue) = 118+60+115=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #763C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C73 is #89C38C. Grayscale: #535353. Windows color (decimal): -9028493 or 7552118. OLE color: 7552118.

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

Color convert

RGB 118 60 115 -
CMYK 0 0.49 0.03 0.54
HSL 303.1º 0.33% 0.35% -
HSV(B) 303.1º 0.49% 0.46% -
XYZ 12.18 8.32 17.18 -
YUV 83.61 145.72 152.53 -
System Red Green Blue C M Y K H S L
Decimal 118 60 115 0 0.49 0.03 0.54 303.1 0.33 0.35
Hex 76 3C 73 0 31 3 36 12F 21 23
Octal 166 74 163 0 61 3 66 457 41 43
Binary 1110110 111100 1110011 0 110001 11 110110 100101111 100001 100011

Color Harmonies of #763C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C73

Black with #763C73

Text Example


Text Example

White with #763C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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