#734274

Color #734274 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #734274

Tints of Eminence #734274

Color information

#734274 (or 0x734274) is unknown color: approx Eminence. HEX triplet: 73, 42 and 74. RGB value is (115,66,116). Sum of RGB (Red+Green+Blue) = 115+66+116=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 116 - color contains mainly: blue. Hex color #734274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734274 is #8CBD8B. Grayscale: #565656. Windows color (decimal): -9223564 or 7619187. OLE color: 7619187.

HSL color Cylindrical-coordinate representation of color #734274: hue angle of 298.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #734274 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11566116-
CMYK0.010.4300.55
HSL298.8º27.47%35.69%-
HSV(B)298.8º43.1%45.49%-
XYZ12.178.817.58-
YUV86.35144.73148.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.72%
GREEN value IS 66 (26.17% from 255) = 22.22%
BLUE value IS 116 (45.70% from 255) = 39.06%
R=38.72%
G=22.22%
B=39.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115661160.010.4300.55298.827.4735.69
Hex73427412B03712b1b24
Octal1631021641530674533344
Binary1110011100001011101001101011011011110010101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734274; }

 p { color: rgb(115,66,116); }

 H1.HeaderClassName
 {
   color: #734274;
 }
 .AnyTagClassName
 {
   color: #734274;
 }
</style>
background-color css

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

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

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

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

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

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