Html Css Color HEX #743D75 Eminence

📋 copy color: '#743D75'

red 116 ◦ green 61 ◦ blue 117

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

Shades of Eminence #743D75

Tints of Eminence #743D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.8%

R = 39.46%
G = 20.75%
B = 39.8%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#743D75 (or 0x743D75) is known color: Eminence. HEX triplet: 74, 3D and 75. RGB value is (116,61,117). Sum of RGB (Red+Green+Blue) = 116+61+117=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: blue. Hex color #743D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D75 is #8BC28A. Grayscale: #535353. Windows color (decimal): -9159307 or 7683444. OLE color: 7683444.

HSL color Cylindrical-coordinate representation of color #743D75: hue angle of 298.93º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #743D75 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 61 117 -
CMYK 0.01 0.48 0 0.54
HSL 298.93º 0.31% 0.35% -
HSV(B) 298.93º 0.48% 0.46% -
XYZ 12.08 8.33 17.8 -
YUV 83.83 146.72 150.95 -
System Red Green Blue C M Y K H S L
Decimal 116 61 117 0.01 0.48 0 0.54 298.93 0.31 0.35
Hex 74 3D 75 1 30 0 36 12B 1F 23
Octal 164 75 165 1 60 0 66 453 37 43
Binary 1110100 111101 1110101 1 110000 0 110110 100101011 11111 100011

Color Harmonies of #743D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743D75

Black with #743D75

Text Example


Text Example

White with #743D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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