Html Css Color HEX #743C7C Eminence

📋 copy color: '#743C7C'

red 116 ◦ green 60 ◦ blue 124

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

Shades of Eminence #743C7C

Tints of Eminence #743C7C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20%

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

R = 38.67%
G = 20%
B = 41.33%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#743C7C (or 0x743C7C) is known color: Eminence. HEX triplet: 74, 3C and 7C. RGB value is (116,60,124). Sum of RGB (Red+Green+Blue) = 116+60+124=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #743C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743C7C is #8BC383. Grayscale: #535353. Windows color (decimal): -9159556 or 8141940. OLE color: 8141940.

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

Color convert

RGB 116 60 124 -
CMYK 0.06 0.52 0 0.51
HSL 292.5º 0.35% 0.36% -
HSV(B) 292.5º 0.52% 0.49% -
XYZ 12.46 8.4 20.03 -
YUV 84.04 150.55 150.8 -
System Red Green Blue C M Y K H S L
Decimal 116 60 124 0.06 0.52 0 0.51 292.5 0.35 0.36
Hex 74 3C 7C 6 34 0 33 124 23 24
Octal 164 74 174 6 64 0 63 444 43 44
Binary 1110100 111100 1111100 110 110100 0 110011 100100100 100011 100100

Color Harmonies of #743C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743C7C

Black with #743C7C

Text Example


Text Example

White with #743C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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