Html Css Color HEX #743C6C Eminence

📋 copy color: '#743C6C'

red 116 ◦ green 60 ◦ blue 108

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

Shades of Eminence #743C6C

Tints of Eminence #743C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.03%

R = 40.85%
G = 21.13%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#743C6C (or 0x743C6C) is known color: Eminence. HEX triplet: 74, 3C and 6C. RGB value is (116,60,108). Sum of RGB (Red+Green+Blue) = 116+60+108=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #743C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743C6C is #8BC393. Grayscale: #525252. Windows color (decimal): -9159572 or 7093364. OLE color: 7093364.

HSL color Cylindrical-coordinate representation of color #743C6C: hue angle of 308.57º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #743C6C is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 60 108 -
CMYK 0 0.48 0.07 0.55
HSL 308.57º 0.32% 0.35% -
HSV(B) 308.57º 0.48% 0.45% -
XYZ 11.53 8.03 15.13 -
YUV 82.22 142.55 152.1 -
System Red Green Blue C M Y K H S L
Decimal 116 60 108 0 0.48 0.07 0.55 308.57 0.32 0.35
Hex 74 3C 6C 0 30 7 37 135 20 23
Octal 164 74 154 0 60 7 67 465 40 43
Binary 1110100 111100 1101100 0 110000 111 110111 100110101 100000 100011

Color Harmonies of #743C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743C6C

Black with #743C6C

Text Example


Text Example

White with #743C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743C6C; }

 p { color: rgb(116,60,108); }

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

background-color css

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

 a { background-color: rgb(116,60,108); }

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

border-color css

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

 span { border-color: rgb(116,60,108); }

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