Html Css Color HEX #763F73 Eminence

📋 copy color: '#763F73'

red 118 ◦ green 63 ◦ blue 115

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

Shades of Eminence #763F73

Tints of Eminence #763F73

RGB

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

 GREEN value IS 63 (25% from 255) = 21.28%

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

R = 39.86%
G = 21.28%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#763F73 (or 0x763F73) is known color: Eminence. HEX triplet: 76, 3F and 73. RGB value is (118,63,115). Sum of RGB (Red+Green+Blue) = 118+63+115=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #763F73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F73 is #89C08C. Grayscale: #555555. Windows color (decimal): -9027725 or 7552886. OLE color: 7552886.

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

Color convert

RGB 118 63 115 -
CMYK 0 0.47 0.03 0.54
HSL 303.27º 0.3% 0.35% -
HSV(B) 303.27º 0.47% 0.46% -
XYZ 12.34 8.64 17.24 -
YUV 85.37 144.72 151.27 -
System Red Green Blue C M Y K H S L
Decimal 118 63 115 0 0.47 0.03 0.54 303.27 0.3 0.35
Hex 76 3F 73 0 2F 3 36 12F 1E 23
Octal 166 77 163 0 57 3 66 457 36 43
Binary 1110110 111111 1110011 0 101111 11 110110 100101111 11110 100011

Color Harmonies of #763F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F73

Black with #763F73

Text Example


Text Example

White with #763F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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