Html Css Color HEX #743C6B Eminence

📋 copy color: '#743C6B'

red 116 ◦ green 60 ◦ blue 107

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

Shades of Eminence #743C6B

Tints of Eminence #743C6B

RGB

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

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

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

R = 40.99%
G = 21.2%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#743C6B (or 0x743C6B) is known color: Eminence. HEX triplet: 74, 3C and 6B. RGB value is (116,60,107). Sum of RGB (Red+Green+Blue) = 116+60+107=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #743C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743C6B is #8BC394. Grayscale: #515151. Windows color (decimal): -9159573 or 7027828. OLE color: 7027828.

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

Color convert

RGB 116 60 107 -
CMYK 0 0.48 0.08 0.55
HSL 309.64º 0.32% 0.35% -
HSV(B) 309.64º 0.48% 0.45% -
XYZ 11.47 8.01 14.85 -
YUV 82.1 142.05 152.18 -
System Red Green Blue C M Y K H S L
Decimal 116 60 107 0 0.48 0.08 0.55 309.64 0.32 0.35
Hex 74 3C 6B 0 30 8 37 136 20 23
Octal 164 74 153 0 60 10 67 466 40 43
Binary 1110100 111100 1101011 0 110000 1000 110111 100110110 100000 100011

Color Harmonies of #743C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743C6B

Black with #743C6B

Text Example


Text Example

White with #743C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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