Html Css Color HEX #743B6F Eminence

📋 copy color: '#743B6F'

red 116 ◦ green 59 ◦ blue 111

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

Shades of Eminence #743B6F

Tints of Eminence #743B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.81%

R = 40.56%
G = 20.63%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#743B6F (or 0x743B6F) is known color: Eminence. HEX triplet: 74, 3B and 6F. RGB value is (116,59,111). Sum of RGB (Red+Green+Blue) = 116+59+111=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #743B6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743B6F is #8BC490. Grayscale: #515151. Windows color (decimal): -9159825 or 7289716. OLE color: 7289716.

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

Color convert

RGB 116 59 111 -
CMYK 0 0.49 0.04 0.55
HSL 305.26º 0.33% 0.34% -
HSV(B) 305.26º 0.49% 0.45% -
XYZ 11.64 7.99 15.97 -
YUV 81.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 116 59 111 0 0.49 0.04 0.55 305.26 0.33 0.34
Hex 74 3B 6F 0 31 4 37 131 21 22
Octal 164 73 157 0 61 4 67 461 41 42
Binary 1110100 111011 1101111 0 110001 100 110111 100110001 100001 100010

Color Harmonies of #743B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743B6F

Black with #743B6F

Text Example


Text Example

White with #743B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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