#732E7B

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

Shades of Eminence #732E7B

Tints of Eminence #732E7B

Color information

#732E7B (or 0x732E7B) is unknown color: approx Eminence. HEX triplet: 73, 2E and 7B. RGB value is (115,46,123). Sum of RGB (Red+Green+Blue) = 115+46+123=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 123 - color contains mainly: blue. Hex color #732E7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732E7B is #8CD184. Grayscale: #4B4B4B. Windows color (decimal): -9228677 or 8072819. OLE color: 8072819.

HSL color Cylindrical-coordinate representation of color #732E7B: hue angle of 293.77º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #732E7B is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11546123-
CMYK0.070.6300.52
HSL293.77º45.56%33.14%-
HSV(B)293.77º62.6%48.24%-
XYZ11.627.0319.48-
YUV75.41154.86156.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.49%
GREEN value IS 46 (18.36% from 255) = 16.20%
BLUE value IS 123 (48.44% from 255) = 43.31%
R=40.49%
G=16.20%
B=43.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115461230.070.6300.52293.7745.5633.14
Hex732E7B73F0341262e21
Octal163561737770644465641
Binary111001110111011110111111111110110100100100110101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732E7B; }

 p { color: rgb(115,46,123); }

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

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

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

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

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

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

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