Html Css Color HEX #743874 Eminence

📋 copy color: '#743874'

red 116 ◦ green 56 ◦ blue 116

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

Shades of Eminence #743874

Tints of Eminence #743874

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.44%

 BLUE value IS 116 (45.7% from 255) = 40.28%

R = 40.28%
G = 19.44%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#743874 (or 0x743874) is known color: Eminence. HEX triplet: 74, 38 and 74. RGB value is (116,56,116). Sum of RGB (Red+Green+Blue) = 116+56+116=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #743874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743874 is #8BC78B. Grayscale: #505050. Windows color (decimal): -9160588 or 7616628. OLE color: 7616628.

HSL color Cylindrical-coordinate representation of color #743874: hue angle of 300º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #743874 is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 56 116 -
CMYK 0 0.52 0 0.55
HSL 300º 0.35% 0.34% -
HSV(B) 300º 0.52% 0.45% -
XYZ 11.77 7.8 17.41 -
YUV 80.78 147.88 153.12 -
System Red Green Blue C M Y K H S L
Decimal 116 56 116 0 0.52 0 0.55 300 0.35 0.34
Hex 74 38 74 0 34 0 37 12C 23 22
Octal 164 70 164 0 64 0 67 454 43 42
Binary 1110100 111000 1110100 0 110100 0 110111 100101100 100011 100010

Color Harmonies of #743874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743874

Black with #743874

Text Example


Text Example

White with #743874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743874; }

 p { color: rgb(116,56,116); }

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

background-color css

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

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

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

border-color css

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

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

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