#734271

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

Shades of Eminence #734271

Tints of Eminence #734271

Color information

#734271 (or 0x734271) is unknown color: approx Eminence. HEX triplet: 73, 42 and 71. RGB value is (115,66,113). Sum of RGB (Red+Green+Blue) = 115+66+113=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #734271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734271 is #8CBD8E. Grayscale: #555555. Windows color (decimal): -9223567 or 7422579. OLE color: 7422579.

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

Color convert

RGB11566113-
CMYK00.430.020.55
HSL302.45º27.07%35.49%-
HSV(B)302.45º42.61%45.1%-
XYZ128.7316.68-
YUV86.01143.23148.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.12%
GREEN value IS 66 (26.17% from 255) = 22.45%
BLUE value IS 113 (44.53% from 255) = 38.44%
R=39.12%
G=22.45%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156611300.430.020.55302.4527.0735.49
Hex73427102B23712e1b23
Octal1631021610532674563343
Binary11100111000010111000101010111011011110010111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734271; }

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

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

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

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

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

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

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

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