#722682

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

Shades of Eminence #722682

Tints of Eminence #722682

Color information

#722682 (or 0x722682) is unknown color: approx Eminence. HEX triplet: 72, 26 and 82. RGB value is (114,38,130). Sum of RGB (Red+Green+Blue) = 114+38+130=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #722682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722682 is #8DD97D. Grayscale: #464646. Windows color (decimal): -9296254 or 8529522. OLE color: 8529522.

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

Color convert

RGB11438130-
CMYK0.120.7100.49
HSL289.57º54.76%32.94%-
HSV(B)289.57º70.77%50.98%-
XYZ11.666.5821.77-
YUV71.21161.18158.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.43%
GREEN value IS 38 (15.23% from 255) = 13.48%
BLUE value IS 130 (51.17% from 255) = 46.10%
R=40.43%
G=13.48%
B=46.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114381300.120.7100.49289.5754.7632.94
Hex722682C470311223721
Octal16246202141070614426741
Binary111001010011010000010110010001110110001100100010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722682; }

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

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

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

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

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

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

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

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