#723381

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

Shades of Eminence #723381

Tints of Eminence #723381

Color information

#723381 (or 0x723381) is unknown color: approx Eminence. HEX triplet: 72, 33 and 81. RGB value is (114,51,129). Sum of RGB (Red+Green+Blue) = 114+51+129=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 129 - color contains mainly: blue. Hex color #723381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723381 is #8DCC7E. Grayscale: #4E4E4E. Windows color (decimal): -9292927 or 8467314. OLE color: 8467314.

HSL color Cylindrical-coordinate representation of color #723381: hue angle of 288.46º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #723381 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11451129-
CMYK0.120.6000.49
HSL288.46º43.33%35.29%-
HSV(B)288.46º60.47%50.59%-
XYZ12.097.5321.59-
YUV78.73156.37153.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.78%
GREEN value IS 51 (20.31% from 255) = 17.35%
BLUE value IS 129 (50.78% from 255) = 43.88%
R=38.78%
G=17.35%
B=43.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114511290.120.6000.49288.4643.3335.29
Hex723381C3C0311202b23
Octal1626320114740614405343
Binary11100101100111000000111001111000110001100100000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723381; }

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

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

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

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

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

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

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

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