#734372

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

Shades of Eminence #734372

Tints of Eminence #734372

Color information

#734372 (or 0x734372) is unknown color: approx Eminence. HEX triplet: 73, 43 and 72. RGB value is (115,67,114). Sum of RGB (Red+Green+Blue) = 115+67+114=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #734372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734372 is #8CBC8D. Grayscale: #565656. Windows color (decimal): -9223310 or 7488371. OLE color: 7488371.

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

Color convert

RGB11567114-
CMYK00.420.010.55
HSL301.25º26.37%35.69%-
HSV(B)301.25º41.74%45.1%-
XYZ12.118.8716.99-
YUV86.71143.4148.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.85%
GREEN value IS 67 (26.56% from 255) = 22.64%
BLUE value IS 114 (44.92% from 255) = 38.51%
R=38.85%
G=22.64%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156711400.420.010.55301.2526.3735.69
Hex73437202A13712d1a24
Octal1631031620521674553244
Binary1110011100001111100100101010111011110010110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734372; }

 p { color: rgb(115,67,114); }

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

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

 a { background-color: rgb(115,67,114); }

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

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

 span { border-color: rgb(115,67,114); }

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