#734078

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

Shades of Eminence #734078

Tints of Eminence #734078

Color information

#734078 (or 0x734078) is unknown color: approx Eminence. HEX triplet: 73, 40 and 78. RGB value is (115,64,120). Sum of RGB (Red+Green+Blue) = 115+64+120=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 120 - color contains mainly: blue. Hex color #734078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734078 is #8CBF87. Grayscale: #555555. Windows color (decimal): -9224072 or 7880819. OLE color: 7880819.

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

Color convert

RGB11564120-
CMYK0.040.4700.53
HSL294.64º30.43%36.08%-
HSV(B)294.64º46.67%47.06%-
XYZ12.298.6718.79-
YUV85.63147.4148.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.46%
GREEN value IS 64 (25.39% from 255) = 21.40%
BLUE value IS 120 (47.27% from 255) = 40.13%
R=38.46%
G=21.40%
B=40.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115641200.040.4700.53294.6430.4336.08
Hex73407842F0351271e24
Octal1631001704570654473644
Binary111001110000001111000100101111011010110010011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734078; }

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

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

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

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

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

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

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

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