Html Css Color HEX #743B6E Eminence

📋 copy color: '#743B6E'

red 116 ◦ green 59 ◦ blue 110

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

Shades of Eminence #743B6E

Tints of Eminence #743B6E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.7%

 BLUE value IS 110 (43.36% from 255) = 38.6%

R = 40.7%
G = 20.7%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#743B6E (or 0x743B6E) is known color: Eminence. HEX triplet: 74, 3B and 6E. RGB value is (116,59,110). Sum of RGB (Red+Green+Blue) = 116+59+110=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #743B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743B6E is #8BC491. Grayscale: #515151. Windows color (decimal): -9159826 or 7224180. OLE color: 7224180.

HSL color Cylindrical-coordinate representation of color #743B6E: hue angle of 306.32º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #743B6E is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 59 110 -
CMYK 0 0.49 0.05 0.55
HSL 306.32º 0.33% 0.34% -
HSV(B) 306.32º 0.49% 0.45% -
XYZ 11.58 7.97 15.68 -
YUV 81.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 116 59 110 0 0.49 0.05 0.55 306.32 0.33 0.34
Hex 74 3B 6E 0 31 5 37 132 21 22
Octal 164 73 156 0 61 5 67 462 41 42
Binary 1110100 111011 1101110 0 110001 101 110111 100110010 100001 100010

Color Harmonies of #743B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743B6E

Black with #743B6E

Text Example


Text Example

White with #743B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,59,110); }

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

background-color css

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

 a { background-color: rgb(116,59,110); }

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

border-color css

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

 span { border-color: rgb(116,59,110); }

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