Html Css Color HEX #743276 Eminence

📋 copy color: '#743276'

red 116 ◦ green 50 ◦ blue 118

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

Shades of Eminence #743276

Tints of Eminence #743276

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #743276: hue angle of 298.24º 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 #743276 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 50 118 -
CMYK 0.02 0.58 0 0.54
HSL 298.24º 0.4% 0.33% -
HSV(B) 298.24º 0.58% 0.46% -
XYZ 11.61 7.3 17.94 -
YUV 77.49 150.87 155.47 -
System Red Green Blue C M Y K H S L
Decimal 116 50 118 0.02 0.58 0 0.54 298.24 0.4 0.33
Hex 74 32 76 2 3A 0 36 12A 28 21
Octal 164 62 166 2 72 0 66 452 50 41
Binary 1110100 110010 1110110 10 111010 0 110110 100101010 101000 100001

Color Harmonies of #743276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743276

Black with #743276

Text Example


Text Example

White with #743276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743276; }

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

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

background-color css

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

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

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

border-color css

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

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

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