#722782

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

Shades of Eminence #722782

Tints of Eminence #722782

Color information

#722782 (or 0x722782) is unknown color: approx Eminence. HEX triplet: 72, 27 and 82. RGB value is (114,39,130). Sum of RGB (Red+Green+Blue) = 114+39+130=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #722782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722782 is #8DD87D. Grayscale: #474747. Windows color (decimal): -9295998 or 8529778. OLE color: 8529778.

HSL color Cylindrical-coordinate representation of color #722782: hue angle of 289.45º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #722782 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11439130-
CMYK0.120.7000.49
HSL289.45º53.85%33.14%-
HSV(B)289.45º70%50.98%-
XYZ11.696.6421.78-
YUV71.8160.85158.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.28%
GREEN value IS 39 (15.62% from 255) = 13.78%
BLUE value IS 130 (51.17% from 255) = 45.94%
R=40.28%
G=13.78%
B=45.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114391300.120.7000.49289.4553.8533.14
Hex722782C460311213621
Octal16247202141060614416641
Binary111001010011110000010110010001100110001100100001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722782; }

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

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

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

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

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

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

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

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