Html Css Color HEX #763274 Eminence

📋 copy color: '#763274'

red 118 ◦ green 50 ◦ blue 116

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

Shades of Eminence #763274

Tints of Eminence #763274

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.61%

 BLUE value IS 116 (45.7% from 255) = 40.85%

R = 41.55%
G = 17.61%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#763274 (or 0x763274) is known color: Eminence. HEX triplet: 76, 32 and 74. RGB value is (118,50,116). Sum of RGB (Red+Green+Blue) = 118+50+116=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #763274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763274 is #89CD8B. Grayscale: #4D4D4D. Windows color (decimal): -9031052 or 7615094. OLE color: 7615094.

HSL color Cylindrical-coordinate representation of color #763274: hue angle of 301.76º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763274 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 50 116 -
CMYK 0 0.58 0.02 0.54
HSL 301.76º 0.4% 0.33% -
HSV(B) 301.76º 0.58% 0.46% -
XYZ 11.76 7.39 17.33 -
YUV 77.86 149.53 156.63 -
System Red Green Blue C M Y K H S L
Decimal 118 50 116 0 0.58 0.02 0.54 301.76 0.4 0.33
Hex 76 32 74 0 3A 2 36 12E 28 21
Octal 166 62 164 0 72 2 66 456 50 41
Binary 1110110 110010 1110100 0 111010 10 110110 100101110 101000 100001

Color Harmonies of #763274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763274

Black with #763274

Text Example


Text Example

White with #763274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763274; }

 p { color: rgb(118,50,116); }

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

background-color css

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

 a { background-color: rgb(118,50,116); }

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

border-color css

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

 span { border-color: rgb(118,50,116); }

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