#723382

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

Shades of Eminence #723382

Tints of Eminence #723382

Color information

#723382 (or 0x723382) is unknown color: approx Eminence. HEX triplet: 72, 33 and 82. RGB value is (114,51,130). Sum of RGB (Red+Green+Blue) = 114+51+130=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #723382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723382 is #8DCC7D. Grayscale: #4E4E4E. Windows color (decimal): -9292926 or 8532850. OLE color: 8532850.

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

Color convert

RGB11451130-
CMYK0.120.6100.49
HSL287.85º43.65%35.49%-
HSV(B)287.85º60.77%50.98%-
XYZ12.157.5621.94-
YUV78.84156.87153.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 51 (20.31% from 255) = 17.29%
BLUE value IS 130 (51.17% from 255) = 44.07%
R=38.64%
G=17.29%
B=44.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114511300.120.6100.49287.8543.6535.49
Hex723382C3D0311202c23
Octal1626320214750614405443
Binary11100101100111000001011001111010110001100100000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723382; }

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

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

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

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

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

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

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

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