Html Css Color HEX #743D7C Eminence

📋 copy color: '#743D7C'

red 116 ◦ green 61 ◦ blue 124

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

Shades of Eminence #743D7C

Tints of Eminence #743D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.2%

R = 38.54%
G = 20.27%
B = 41.2%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#743D7C (or 0x743D7C) is known color: Eminence. HEX triplet: 74, 3D and 7C. RGB value is (116,61,124). Sum of RGB (Red+Green+Blue) = 116+61+124=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #743D7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D7C is #8BC283. Grayscale: #545454. Windows color (decimal): -9159300 or 8142196. OLE color: 8142196.

HSL color Cylindrical-coordinate representation of color #743D7C: hue angle of 292.38º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #743D7C is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 61 124 -
CMYK 0.06 0.51 0 0.51
HSL 292.38º 0.34% 0.36% -
HSV(B) 292.38º 0.51% 0.49% -
XYZ 12.51 8.51 20.05 -
YUV 84.63 150.22 150.38 -
System Red Green Blue C M Y K H S L
Decimal 116 61 124 0.06 0.51 0 0.51 292.38 0.34 0.36
Hex 74 3D 7C 6 33 0 33 124 22 24
Octal 164 75 174 6 63 0 63 444 42 44
Binary 1110100 111101 1111100 110 110011 0 110011 100100100 100010 100100

Color Harmonies of #743D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743D7C

Black with #743D7C

Text Example


Text Example

White with #743D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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