#783273

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

Shades of Eminence #783273

Tints of Eminence #783273

Color information

#783273 (or 0x783273) is unknown color: approx Eminence. HEX triplet: 78, 32 and 73. RGB value is (120,50,115). Sum of RGB (Red+Green+Blue) = 120+50+115=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #783273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783273 is #87CD8C. Grayscale: #4E4E4E. Windows color (decimal): -8899981 or 7549560. OLE color: 7549560.

HSL color Cylindrical-coordinate representation of color #783273: hue angle of 304.29º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #783273 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB12050115-
CMYK00.580.040.53
HSL304.29º41.18%33.33%-
HSV(B)304.29º58.33%47.06%-
XYZ11.987.5117.04-
YUV78.34148.69157.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.11%
GREEN value IS 50 (19.92% from 255) = 17.54%
BLUE value IS 115 (45.31% from 255) = 40.35%
R=42.11%
G=17.54%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205011500.580.040.53304.2941.1833.33
Hex78327303A4351302921
Octal170621630724654605141
Binary111100011001011100110111010100110101100110000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783273; }

 p { color: rgb(120,50,115); }

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

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

 a { background-color: rgb(120,50,115); }

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

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

 span { border-color: rgb(120,50,115); }

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