#732982

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

Shades of Eminence #732982

Tints of Eminence #732982

Color information

#732982 (or 0x732982) is unknown color: approx Eminence. HEX triplet: 73, 29 and 82. RGB value is (115,41,130). Sum of RGB (Red+Green+Blue) = 115+41+130=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #732982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732982 is #8CD67D. Grayscale: #484848. Windows color (decimal): -9229950 or 8530291. OLE color: 8530291.

HSL color Cylindrical-coordinate representation of color #732982: hue angle of 289.89º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #732982 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11541130-
CMYK0.120.6800.49
HSL289.89º52.05%33.53%-
HSV(B)289.89º68.46%50.98%-
XYZ11.896.8421.81-
YUV73.27160.02157.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.21%
GREEN value IS 41 (16.41% from 255) = 14.34%
BLUE value IS 130 (51.17% from 255) = 45.45%
R=40.21%
G=14.34%
B=45.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115411300.120.6800.49289.8952.0533.53
Hex732982C440311223422
Octal16351202141040614426442
Binary111001110100110000010110010001000110001100100010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732982; }

 p { color: rgb(115,41,130); }

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

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

 a { background-color: rgb(115,41,130); }

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

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

 span { border-color: rgb(115,41,130); }

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