Html Css Color HEX #74347C Eminence

📋 copy color: '#74347C'

red 116 ◦ green 52 ◦ blue 124

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

Shades of Eminence #74347C

Tints of Eminence #74347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.81%

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

R = 39.73%
G = 17.81%
B = 42.47%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74347C (or 0x74347C) is known color: Eminence. HEX triplet: 74, 34 and 7C. RGB value is (116,52,124). Sum of RGB (Red+Green+Blue) = 116+52+124=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #74347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74347C is #8BCB83. Grayscale: #4F4F4F. Windows color (decimal): -9161604 or 8139892. OLE color: 8139892.

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

Color convert

RGB 116 52 124 -
CMYK 0.06 0.58 0 0.51
HSL 293.33º 0.41% 0.35% -
HSV(B) 293.33º 0.58% 0.49% -
XYZ 12.07 7.62 19.9 -
YUV 79.34 153.2 154.15 -
System Red Green Blue C M Y K H S L
Decimal 116 52 124 0.06 0.58 0 0.51 293.33 0.41 0.35
Hex 74 34 7C 6 3A 0 33 125 29 23
Octal 164 64 174 6 72 0 63 445 51 43
Binary 1110100 110100 1111100 110 111010 0 110011 100100101 101001 100011

Color Harmonies of #74347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74347C

Black with #74347C

Text Example


Text Example

White with #74347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74347C; }

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

 H1.HeaderClassName
 {
   color: #74347C;
 }
 .AnyTagClassName
 {
   color: #74347C;
 }
</style>

background-color css

<style>
 a { background-color: #74347C; }

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

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

border-color css

<style>
 span { border-color: #74347C; }

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

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