#734279

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

Shades of Eminence #734279

Tints of Eminence #734279

Color information

#734279 (or 0x734279) is unknown color: approx Eminence. HEX triplet: 73, 42 and 79. RGB value is (115,66,121). Sum of RGB (Red+Green+Blue) = 115+66+121=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 121 - color contains mainly: blue. Hex color #734279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734279 is #8CBD86. Grayscale: #565656. Windows color (decimal): -9223559 or 7946867. OLE color: 7946867.

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

Color convert

RGB11566121-
CMYK0.050.4500.53
HSL293.45º29.41%36.67%-
HSV(B)293.45º45.45%47.45%-
XYZ12.478.9219.15-
YUV86.92147.23148.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.08%
GREEN value IS 66 (26.17% from 255) = 21.85%
BLUE value IS 121 (47.66% from 255) = 40.07%
R=38.08%
G=21.85%
B=40.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115661210.050.4500.53293.4529.4136.67
Hex73427952D0351251d25
Octal1631021715550654453545
Binary111001110000101111001101101101011010110010010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734279; }

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

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

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

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

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

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

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

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