#734470

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

Shades of Eminence #734470

Tints of Eminence #734470

Color information

#734470 (or 0x734470) is unknown color: approx Eminence. HEX triplet: 73, 44 and 70. RGB value is (115,68,112). Sum of RGB (Red+Green+Blue) = 115+68+112=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #734470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734470 is #8CBB8F. Grayscale: #565656. Windows color (decimal): -9223056 or 7357555. OLE color: 7357555.

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

Color convert

RGB11568112-
CMYK00.410.030.55
HSL303.83º25.68%35.88%-
HSV(B)303.83º40.87%45.1%-
XYZ12.068.9516.42-
YUV87.07142.07147.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.98%
GREEN value IS 68 (26.95% from 255) = 23.05%
BLUE value IS 112 (44.14% from 255) = 37.97%
R=38.98%
G=23.05%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156811200.410.030.55303.8325.6835.88
Hex7344700293371301a24
Octal1631041600513674603244
Binary11100111000100111000001010011111011110011000011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734470; }

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

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

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

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

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

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

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

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