#723970

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

Shades of Eminence #723970

Tints of Eminence #723970

Color information

#723970 (or 0x723970) is unknown color: approx Eminence. HEX triplet: 72, 39 and 70. RGB value is (114,57,112). Sum of RGB (Red+Green+Blue) = 114+57+112=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #723970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723970 is #8DC68F. Grayscale: #505050. Windows color (decimal): -9291408 or 7354738. OLE color: 7354738.

HSL color Cylindrical-coordinate representation of color #723970: hue angle of 302.11º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #723970 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11457112-
CMYK00.500.020.55
HSL302.11º33.33%33.53%-
HSV(B)302.11º50%44.71%-
XYZ11.337.6716.21-
YUV80.31145.88152.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.28%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=40.28%
G=20.14%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145711200.500.020.55302.1133.3333.53
Hex72397003223712e2122
Octal162711600622674564142
Binary11100101110011110000011001010110111100101110100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723970; }

 p { color: rgb(114,57,112); }

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

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

 a { background-color: rgb(114,57,112); }

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

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

 span { border-color: rgb(114,57,112); }

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