Html Css Color HEX #743B6B Eminence

📋 copy color: '#743B6B'

red 116 ◦ green 59 ◦ blue 107

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

Shades of Eminence #743B6B

Tints of Eminence #743B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.94%

R = 41.13%
G = 20.92%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#743B6B (or 0x743B6B) is known color: Eminence. HEX triplet: 74, 3B and 6B. RGB value is (116,59,107). Sum of RGB (Red+Green+Blue) = 116+59+107=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #743B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743B6B is #8BC494. Grayscale: #515151. Windows color (decimal): -9159829 or 7027572. OLE color: 7027572.

HSL color Cylindrical-coordinate representation of color #743B6B: hue angle of 309.47º 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 #743B6B is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 59 107 -
CMYK 0 0.49 0.08 0.55
HSL 309.47º 0.33% 0.34% -
HSV(B) 309.47º 0.49% 0.45% -
XYZ 11.42 7.9 14.83 -
YUV 81.52 142.38 152.6 -
System Red Green Blue C M Y K H S L
Decimal 116 59 107 0 0.49 0.08 0.55 309.47 0.33 0.34
Hex 74 3B 6B 0 31 8 37 135 21 22
Octal 164 73 153 0 61 10 67 465 41 42
Binary 1110100 111011 1101011 0 110001 1000 110111 100110101 100001 100010

Color Harmonies of #743B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743B6B

Black with #743B6B

Text Example


Text Example

White with #743B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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