#734277

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

Shades of Eminence #734277

Tints of Eminence #734277

Color information

#734277 (or 0x734277) is unknown color: approx Eminence. HEX triplet: 73, 42 and 77. RGB value is (115,66,119). Sum of RGB (Red+Green+Blue) = 115+66+119=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 119 - color contains mainly: blue. Hex color #734277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734277 is #8CBD88. Grayscale: #565656. Windows color (decimal): -9223561 or 7815795. OLE color: 7815795.

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

Color convert

RGB11566119-
CMYK0.030.4500.53
HSL295.47º28.65%36.27%-
HSV(B)295.47º44.54%46.67%-
XYZ12.358.8718.51-
YUV86.69146.23148.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.33%
GREEN value IS 66 (26.17% from 255) = 22%
BLUE value IS 119 (46.88% from 255) = 39.67%
R=38.33%
G=22%
B=39.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115661190.030.4500.53295.4728.6536.27
Hex73427732D0351271d24
Octal1631021673550654473544
Binary11100111000010111011111101101011010110010011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734277; }

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

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

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

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

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

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

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

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