Html Css Color HEX #763474 Eminence

📋 copy color: '#763474'

red 118 ◦ green 52 ◦ blue 116

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

Shades of Eminence #763474

Tints of Eminence #763474

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.18%

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

R = 41.26%
G = 18.18%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#763474 (or 0x763474) is known color: Eminence. HEX triplet: 76, 34 and 74. RGB value is (118,52,116). Sum of RGB (Red+Green+Blue) = 118+52+116=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #763474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763474 is #89CB8B. Grayscale: #4E4E4E. Windows color (decimal): -9030540 or 7615606. OLE color: 7615606.

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

Color convert

RGB 118 52 116 -
CMYK 0 0.56 0.02 0.54
HSL 301.82º 0.39% 0.33% -
HSV(B) 301.82º 0.56% 0.46% -
XYZ 11.85 7.57 17.36 -
YUV 79.03 148.87 155.8 -
System Red Green Blue C M Y K H S L
Decimal 118 52 116 0 0.56 0.02 0.54 301.82 0.39 0.33
Hex 76 34 74 0 38 2 36 12E 27 21
Octal 166 64 164 0 70 2 66 456 47 41
Binary 1110110 110100 1110100 0 111000 10 110110 100101110 100111 100001

Color Harmonies of #763474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763474

Black with #763474

Text Example


Text Example

White with #763474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763474; }

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

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

background-color css

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

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

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

border-color css

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

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

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