#722F76

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

Shades of Eminence #722F76

Tints of Eminence #722F76

Color information

#722F76 (or 0x722F76) is unknown color: approx Eminence. HEX triplet: 72, 2F and 76. RGB value is (114,47,118). Sum of RGB (Red+Green+Blue) = 114+47+118=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #722F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722F76 is #8DD089. Grayscale: #4A4A4A. Windows color (decimal): -9293962 or 7745394. OLE color: 7745394.

HSL color Cylindrical-coordinate representation of color #722F76: hue angle of 296.62º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #722F76 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11447118-
CMYK0.030.6000.54
HSL296.62º43.03%32.35%-
HSV(B)296.62º60.17%46.27%-
XYZ11.236.9217.88-
YUV75.13152.2155.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.86%
GREEN value IS 47 (18.75% from 255) = 16.85%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=40.86%
G=16.85%
B=42.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114471180.030.6000.54296.6243.0332.35
Hex722F7633C0361292b20
Octal162571663740664515340
Binary11100101011111110110111111000110110100101001101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,47,118); }

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

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

 a { background-color: rgb(114,47,118); }

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

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

 span { border-color: rgb(114,47,118); }

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