#732D7A

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

Shades of Eminence #732D7A

Tints of Eminence #732D7A

Color information

#732D7A (or 0x732D7A) is unknown color: approx Eminence. HEX triplet: 73, 2D and 7A. RGB value is (115,45,122). Sum of RGB (Red+Green+Blue) = 115+45+122=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #732D7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732D7A is #8CD285. Grayscale: #4A4A4A. Windows color (decimal): -9228934 or 8007027. OLE color: 8007027.

HSL color Cylindrical-coordinate representation of color #732D7A: hue angle of 294.55º 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 #732D7A is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11545122-
CMYK0.060.6300.52
HSL294.55º46.11%32.75%-
HSV(B)294.55º63.11%47.84%-
XYZ11.526.9319.14-
YUV74.71154.69156.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.78%
GREEN value IS 45 (17.97% from 255) = 15.96%
BLUE value IS 122 (48.05% from 255) = 43.26%
R=40.78%
G=15.96%
B=43.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115451220.060.6300.52294.5546.1132.75
Hex732D7A63F0341272e21
Octal163551726770644475641
Binary111001110110111110101101111110110100100100111101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,45,122); }

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

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

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

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

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

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

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