Html Css Color HEX #763C72 Eminence

📋 copy color: '#763C72'

red 118 ◦ green 60 ◦ blue 114

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

Shades of Eminence #763C72

Tints of Eminence #763C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.04%

R = 40.41%
G = 20.55%
B = 39.04%

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

#763C72 (or 0x763C72) is known color: Eminence. HEX triplet: 76, 3C and 72. RGB value is (118,60,114). Sum of RGB (Red+Green+Blue) = 118+60+114=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #763C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C72 is #89C38D. Grayscale: #535353. Windows color (decimal): -9028494 or 7486582. OLE color: 7486582.

HSL color Cylindrical-coordinate representation of color #763C72: hue angle of 304.14º 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 #763C72 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 60 114 -
CMYK 0 0.49 0.03 0.54
HSL 304.14º 0.33% 0.35% -
HSV(B) 304.14º 0.49% 0.46% -
XYZ 12.12 8.3 16.88 -
YUV 83.5 145.22 152.61 -
System Red Green Blue C M Y K H S L
Decimal 118 60 114 0 0.49 0.03 0.54 304.14 0.33 0.35
Hex 76 3C 72 0 31 3 36 130 21 23
Octal 166 74 162 0 61 3 66 460 41 43
Binary 1110110 111100 1110010 0 110001 11 110110 100110000 100001 100011

Color Harmonies of #763C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C72

Black with #763C72

Text Example


Text Example

White with #763C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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