#734270

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

Shades of Eminence #734270

Tints of Eminence #734270

Color information

#734270 (or 0x734270) is unknown color: approx Eminence. HEX triplet: 73, 42 and 70. RGB value is (115,66,112). Sum of RGB (Red+Green+Blue) = 115+66+112=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 115 - color contains mainly: red. Hex color #734270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734270 is #8CBD8F. Grayscale: #555555. Windows color (decimal): -9223568 or 7357043. OLE color: 7357043.

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

Color convert

RGB11566112-
CMYK00.430.030.55
HSL303.67º27.07%35.49%-
HSV(B)303.67º42.61%45.1%-
XYZ11.948.7116.38-
YUV85.9142.73148.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.25%
GREEN value IS 66 (26.17% from 255) = 22.53%
BLUE value IS 112 (44.14% from 255) = 38.23%
R=39.25%
G=22.53%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156611200.430.030.55303.6727.0735.49
Hex73427002B3371301b23
Octal1631021600533674603343
Binary11100111000010111000001010111111011110011000011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734270; }

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

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

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

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

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

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

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

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