#732A7B

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

Shades of Eminence #732A7B

Tints of Eminence #732A7B

Color information

#732A7B (or 0x732A7B) is unknown color: approx Eminence. HEX triplet: 73, 2A and 7B. RGB value is (115,42,123). Sum of RGB (Red+Green+Blue) = 115+42+123=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #732A7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732A7B is #8CD584. Grayscale: #484848. Windows color (decimal): -9229701 or 8071795. OLE color: 8071795.

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

Color convert

RGB11542123-
CMYK0.070.6600.52
HSL294.07º49.09%32.35%-
HSV(B)294.07º65.85%48.24%-
XYZ11.476.7319.43-
YUV73.06156.18157.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.07%
GREEN value IS 42 (16.80% from 255) = 15%
BLUE value IS 123 (48.44% from 255) = 43.93%
R=41.07%
G=15%
B=43.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115421230.070.6600.52294.0749.0932.35
Hex732A7B7420341263120
Octal1635217371020644466140
Binary1110011101010111101111110000100110100100100110110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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