#732D80

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

Shades of Eminence #732D80

Tints of Eminence #732D80

Color information

#732D80 (or 0x732D80) is unknown color: approx Eminence. HEX triplet: 73, 2D and 80. RGB value is (115,45,128). Sum of RGB (Red+Green+Blue) = 115+45+128=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 128 - color contains mainly: blue. Hex color #732D80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732D80 is #8CD27F. Grayscale: #4B4B4B. Windows color (decimal): -9228928 or 8400243. OLE color: 8400243.

HSL color Cylindrical-coordinate representation of color #732D80: hue angle of 290.6º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #732D80 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11545128-
CMYK0.100.6500.50
HSL290.6º47.98%33.92%-
HSV(B)290.6º64.84%50.2%-
XYZ11.97.0821.16-
YUV75.39157.69156.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.93%
GREEN value IS 45 (17.97% from 255) = 15.62%
BLUE value IS 128 (50.39% from 255) = 44.44%
R=39.93%
G=15.62%
B=44.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal115451280.100.6500.50290.647.9833.92
Hex732D80A410321233022
Octal16355200121010624436042
Binary111001110110110000000101010000010110010100100011110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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