Html Css Color HEX #743274 Eminence

📋 copy color: '#743274'

red 116 ◦ green 50 ◦ blue 116

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

Shades of Eminence #743274

Tints of Eminence #743274

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.73%

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

R = 41.13%
G = 17.73%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#743274 (or 0x743274) is known color: Eminence. HEX triplet: 74, 32 and 74. RGB value is (116,50,116). Sum of RGB (Red+Green+Blue) = 116+50+116=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #743274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743274 is #8BCD8B. Grayscale: #4D4D4D. Windows color (decimal): -9162124 or 7615092. OLE color: 7615092.

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

Color convert

RGB 116 50 116 -
CMYK 0 0.57 0 0.55
HSL 300º 0.4% 0.33% -
HSV(B) 300º 0.57% 0.45% -
XYZ 11.5 7.26 17.32 -
YUV 77.26 149.87 155.63 -
System Red Green Blue C M Y K H S L
Decimal 116 50 116 0 0.57 0 0.55 300 0.4 0.33
Hex 74 32 74 0 39 0 37 12C 28 21
Octal 164 62 164 0 71 0 67 454 50 41
Binary 1110100 110010 1110100 0 111001 0 110111 100101100 101000 100001

Color Harmonies of #743274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743274

Black with #743274

Text Example


Text Example

White with #743274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743274; }

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

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

background-color css

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

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

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

border-color css

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

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

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