#722C81

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

Shades of Eminence #722C81

Tints of Eminence #722C81

Color information

#722C81 (or 0x722C81) is unknown color: approx Eminence. HEX triplet: 72, 2C and 81. RGB value is (114,44,129). Sum of RGB (Red+Green+Blue) = 114+44+129=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #722C81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722C81 is #8DD37E. Grayscale: #4A4A4A. Windows color (decimal): -9294719 or 8465522. OLE color: 8465522.

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

Color convert

RGB11444129-
CMYK0.120.6600.49
HSL289.41º49.13%33.92%-
HSV(B)289.41º65.89%50.59%-
XYZ11.86.9621.49-
YUV74.62158.69156.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.72%
GREEN value IS 44 (17.58% from 255) = 15.33%
BLUE value IS 129 (50.78% from 255) = 44.95%
R=39.72%
G=15.33%
B=44.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114441290.120.6600.49289.4149.1333.92
Hex722C81C420311213122
Octal16254201141020614416142
Binary111001010110010000001110010000100110001100100001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722C81; }

 p { color: rgb(114,44,129); }

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

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

 a { background-color: rgb(114,44,129); }

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

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

 span { border-color: rgb(114,44,129); }

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