Html Css Color HEX #743D6E Eminence

📋 copy color: '#743D6E'

red 116 ◦ green 61 ◦ blue 110

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

Shades of Eminence #743D6E

Tints of Eminence #743D6E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.25%

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

R = 40.42%
G = 21.25%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#743D6E (or 0x743D6E) is known color: Eminence. HEX triplet: 74, 3D and 6E. RGB value is (116,61,110). Sum of RGB (Red+Green+Blue) = 116+61+110=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #743D6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D6E is #8BC291. Grayscale: #525252. Windows color (decimal): -9159314 or 7224692. OLE color: 7224692.

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

Color convert

RGB 116 61 110 -
CMYK 0 0.47 0.05 0.55
HSL 306.55º 0.31% 0.35% -
HSV(B) 306.55º 0.47% 0.45% -
XYZ 11.69 8.18 15.71 -
YUV 83.03 143.22 151.52 -
System Red Green Blue C M Y K H S L
Decimal 116 61 110 0 0.47 0.05 0.55 306.55 0.31 0.35
Hex 74 3D 6E 0 2F 5 37 133 1F 23
Octal 164 75 156 0 57 5 67 463 37 43
Binary 1110100 111101 1101110 0 101111 101 110111 100110011 11111 100011

Color Harmonies of #743D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743D6E

Black with #743D6E

Text Example


Text Example

White with #743D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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