#733972

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

Shades of Eminence #733972

Tints of Eminence #733972

Color information

#733972 (or 0x733972) is unknown color: approx Eminence. HEX triplet: 73, 39 and 72. RGB value is (115,57,114). Sum of RGB (Red+Green+Blue) = 115+57+114=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #733972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733972 is #8CC68D. Grayscale: #505050. Windows color (decimal): -9225870 or 7485811. OLE color: 7485811.

HSL color Cylindrical-coordinate representation of color #733972: hue angle of 301.03º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #733972 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11557114-
CMYK00.500.010.55
HSL301.03º33.72%33.73%-
HSV(B)301.03º50.43%45.1%-
XYZ11.577.7916.81-
YUV80.84146.72152.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.21%
GREEN value IS 57 (22.66% from 255) = 19.93%
BLUE value IS 114 (44.92% from 255) = 39.86%
R=40.21%
G=19.93%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1155711400.500.010.55301.0333.7233.73
Hex73397203213712d2222
Octal163711620621674554242
Binary1110011111001111001001100101110111100101101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733972; }

 p { color: rgb(115,57,114); }

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

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

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

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

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

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

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