#734273

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

Shades of Eminence #734273

Tints of Eminence #734273

Color information

#734273 (or 0x734273) is unknown color: approx Eminence. HEX triplet: 73, 42 and 73. RGB value is (115,66,115). Sum of RGB (Red+Green+Blue) = 115+66+115=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #734273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734273 is #8CBD8C. Grayscale: #565656. Windows color (decimal): -9223565 or 7553651. OLE color: 7553651.

HSL color Cylindrical-coordinate representation of color #734273: hue angle of 300º 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 #734273 is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11566115-
CMYK00.4300.55
HSL300º27.07%35.49%-
HSV(B)300º42.61%45.1%-
XYZ12.118.7817.28-
YUV86.24144.23148.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.85%
GREEN value IS 66 (26.17% from 255) = 22.30%
BLUE value IS 115 (45.31% from 255) = 38.85%
R=38.85%
G=22.30%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1156611500.4300.5530027.0735.49
Hex73427302B03712c1b23
Octal1631021630530674543343
Binary1110011100001011100110101011011011110010110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734273; }

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

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

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

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

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

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

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

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