#722F75

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

Shades of Eminence #722F75

Tints of Eminence #722F75

Color information

#722F75 (or 0x722F75) is unknown color: approx Eminence. HEX triplet: 72, 2F and 75. RGB value is (114,47,117). Sum of RGB (Red+Green+Blue) = 114+47+117=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #722F75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722F75 is #8DD08A. Grayscale: #4A4A4A. Windows color (decimal): -9293963 or 7679858. OLE color: 7679858.

HSL color Cylindrical-coordinate representation of color #722F75: hue angle of 297.43º 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 #722F75 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11447117-
CMYK0.030.6000.54
HSL297.43º42.68%32.16%-
HSV(B)297.43º59.83%45.88%-
XYZ11.176.8917.57-
YUV75.01151.7155.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.01%
GREEN value IS 47 (18.75% from 255) = 16.91%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=41.01%
G=16.91%
B=42.09%

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
Decimal114471170.030.6000.54297.4342.6832.16
Hex722F7533C0361292b20
Octal162571653740664515340
Binary11100101011111110101111111000110110100101001101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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