#734478

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

Shades of Eminence #734478

Tints of Eminence #734478

Color information

#734478 (or 0x734478) is unknown color: approx Eminence. HEX triplet: 73, 44 and 78. RGB value is (115,68,120). Sum of RGB (Red+Green+Blue) = 115+68+120=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 120 - color contains mainly: blue. Hex color #734478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734478 is #8CBB87. Grayscale: #575757. Windows color (decimal): -9223048 or 7881843. OLE color: 7881843.

HSL color Cylindrical-coordinate representation of color #734478: hue angle of 294.23º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #734478 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11568120-
CMYK0.040.4300.53
HSL294.23º27.66%36.86%-
HSV(B)294.23º43.33%47.06%-
XYZ12.539.1418.87-
YUV87.98146.07147.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.95%
GREEN value IS 68 (26.95% from 255) = 22.44%
BLUE value IS 120 (47.27% from 255) = 39.60%
R=37.95%
G=22.44%
B=39.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115681200.040.4300.53294.2327.6636.86
Hex73447842B0351261c25
Octal1631041704530654463445
Binary111001110001001111000100101011011010110010011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734478; }

 p { color: rgb(115,68,120); }

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

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

 a { background-color: rgb(115,68,120); }

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

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

 span { border-color: rgb(115,68,120); }

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