Html Css Color HEX #743D7F Eminence

📋 copy color: '#743D7F'

red 116 ◦ green 61 ◦ blue 127

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

Shades of Eminence #743D7F

Tints of Eminence #743D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.78%

R = 38.16%
G = 20.07%
B = 41.78%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#743D7F (or 0x743D7F) is known color: Eminence. HEX triplet: 74, 3D and 7F. RGB value is (116,61,127). Sum of RGB (Red+Green+Blue) = 116+61+127=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: blue. Hex color #743D7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D7F is #8BC280. Grayscale: #545454. Windows color (decimal): -9159297 or 8338804. OLE color: 8338804.

HSL color Cylindrical-coordinate representation of color #743D7F: hue angle of 290º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #743D7F is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 61 127 -
CMYK 0.09 0.52 0 0.50
HSL 290º 0.35% 0.37% -
HSV(B) 290º 0.52% 0.5% -
XYZ 12.7 8.58 21.07 -
YUV 84.97 151.72 150.13 -
System Red Green Blue C M Y K H S L
Decimal 116 61 127 0.09 0.52 0 0.50 290 0.35 0.37
Hex 74 3D 7F 9 34 0 32 122 23 25
Octal 164 75 177 11 64 0 62 442 43 45
Binary 1110100 111101 1111111 1001 110100 0 110010 100100010 100011 100101

Color Harmonies of #743D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743D7F

Black with #743D7F

Text Example


Text Example

White with #743D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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