#723A75

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

Shades of Eminence #723A75

Tints of Eminence #723A75

Color information

#723A75 (or 0x723A75) is unknown color: approx Eminence. HEX triplet: 72, 3A and 75. RGB value is (114,58,117). Sum of RGB (Red+Green+Blue) = 114+58+117=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: blue. Hex color #723A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723A75 is #8DC58A. Grayscale: #515151. Windows color (decimal): -9291147 or 7682674. OLE color: 7682674.

HSL color Cylindrical-coordinate representation of color #723A75: hue angle of 296.95º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #723A75 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11458117-
CMYK0.030.5000.54
HSL296.95º33.71%34.31%-
HSV(B)296.95º50.43%45.88%-
XYZ11.667.8917.74-
YUV81.47148.05151.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.45%
GREEN value IS 58 (23.05% from 255) = 20.07%
BLUE value IS 117 (46.09% from 255) = 40.48%
R=39.45%
G=20.07%
B=40.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114581170.030.5000.54296.9533.7134.31
Hex723A753320361292222
Octal162721653620664514242
Binary11100101110101110101111100100110110100101001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723A75; }

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

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

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

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

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

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

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

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