#734081

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

Shades of Eminence #734081

Tints of Eminence #734081

Color information

#734081 (or 0x734081) is unknown color: approx Eminence. HEX triplet: 73, 40 and 81. RGB value is (115,64,129). Sum of RGB (Red+Green+Blue) = 115+64+129=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 129 - color contains mainly: blue. Hex color #734081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734081 is #8CBF7E. Grayscale: #565656. Windows color (decimal): -9224063 or 8470643. OLE color: 8470643.

HSL color Cylindrical-coordinate representation of color #734081: hue angle of 287.08º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #734081 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11564129-
CMYK0.110.5000.49
HSL287.08º33.68%37.84%-
HSV(B)287.08º50.39%50.59%-
XYZ12.878.921.81-
YUV86.66151.9148.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.34%
GREEN value IS 64 (25.39% from 255) = 20.78%
BLUE value IS 129 (50.78% from 255) = 41.88%
R=37.34%
G=20.78%
B=41.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115641290.110.5000.49287.0833.6837.84
Hex734081B3203111f2226
Octal16310020113620614374246
Binary111001110000001000000110111100100110001100011111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734081; }

 p { color: rgb(115,64,129); }

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

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

 a { background-color: rgb(115,64,129); }

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

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

 span { border-color: rgb(115,64,129); }

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