#722382

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

Shades of Eminence #722382

Tints of Eminence #722382

Color information

#722382 (or 0x722382) is unknown color: approx Eminence. HEX triplet: 72, 23 and 82. RGB value is (114,35,130). Sum of RGB (Red+Green+Blue) = 114+35+130=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #722382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722382 is #8DDC7D. Grayscale: #454545. Windows color (decimal): -9297022 or 8528754. OLE color: 8528754.

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

Color convert

RGB11435130-
CMYK0.120.7300.49
HSL289.89º57.58%32.35%-
HSV(B)289.89º73.08%50.98%-
XYZ11.576.3921.74-
YUV69.45162.17159.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.86%
GREEN value IS 35 (14.06% from 255) = 12.54%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=40.86%
G=12.54%
B=46.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114351300.120.7300.49289.8957.5832.35
Hex722382C490311223a20
Octal16243202141110614427240
Binary111001010001110000010110010010010110001100100010111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722382; }

 p { color: rgb(114,35,130); }

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

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

 a { background-color: rgb(114,35,130); }

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

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

 span { border-color: rgb(114,35,130); }

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